Struct move_unit_test::test_reporter::TestResults
source · pub struct TestResults { /* private fields */ }
Implementations§
source§impl TestResults
impl TestResults
pub fn new(final_statistics: TestStatistics, test_plan: TestPlan) -> Self
pub fn report_statistics<W: Write>(&self, writer: &Mutex<W>) -> Result<()>
Trait Implementations§
source§impl Clone for TestResults
impl Clone for TestResults
source§fn clone(&self) -> TestResults
fn clone(&self) -> TestResults
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