Struct test::TestResult
Holder for the results of a test case.
Fields
-
test: TestCase
The test case metadata
-
duration: Duration
The duration of the test case
-
success: bool
Whether the test case succeeded
-
stdout: StringBuf
Captured standard output of the test case
-
stderr: StringBuf
Captured standard error of the test case
-
status: ExitStatus
The exit status of the test case process
Methods
impl TestResult { ... }
-
fn move(self: TestResult) -> TestResult
-
fn free(self: &mut TestResult)
Frees the memory backing the object.