pub struct ViewSimpleText {}
Expand description
A basic list of passing and failing tests, useful for visualizing in a terminal.
Implementations§
Source§impl ViewSimpleText
impl ViewSimpleText
pub fn new() -> Self
Sourcepub fn process_test_results(&self, test_results: &TestCaseResults) -> String
pub fn process_test_results(&self, test_results: &TestCaseResults) -> String
Prints the titles an descriptions of tests that passed and failed.
Auto Trait Implementations§
impl Freeze for ViewSimpleText
impl RefUnwindSafe for ViewSimpleText
impl Send for ViewSimpleText
impl Sync for ViewSimpleText
impl Unpin for ViewSimpleText
impl UnwindSafe for ViewSimpleText
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more