Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ IntegrationTest
Class
IntegrationTest
command/src/main.rs:896–900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
895
#[derive(Debug, Serialize)]
896
struct IntegrationTest<'a> {
897
package_name: &'a str,
898
test: &'a Test,
899
test_cases: Vec<String>,
900
}
901
902
#[derive(Debug, Serialize)]
903
struct UnitTest<'a> {
Callers
1
handle_tests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected