Struct move_unit_test::test_reporter::TestStatistics
source · pub struct TestStatistics { /* private fields */ }
Implementations§
source§impl TestStatistics
impl TestStatistics
pub fn new() -> Self
pub fn test_failure( &mut self, test_failure: TestFailure, test_plan: &ModuleTestPlan )
pub fn test_success(&mut self, test_info: TestRunInfo, test_plan: &ModuleTestPlan)
pub fn combine(self, other: Self) -> Self
Trait Implementations§
source§impl Clone for TestStatistics
impl Clone for TestStatistics
source§fn clone(&self) -> TestStatistics
fn clone(&self) -> TestStatistics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more