Struct forc_test::TestResult
source · pub struct TestResult {
pub name: String,
pub state: ProgramState,
pub duration: Duration,
}Expand description
The result of executing a single test within a single package.
Fields§
§name: StringThe name of the function.
state: ProgramStateThe resulting state after executing the test function.
duration: DurationThe time taken for the test to execute.