pub struct ViewHtml {}
Expand description
Constructs an HTML visualization of a test suite.
Implementations§
Source§impl ViewHtml
impl ViewHtml
pub fn new() -> Self
Sourcepub fn process_test_results(&self, test_results: &TestCaseResults) -> String
pub fn process_test_results(&self, test_results: &TestCaseResults) -> String
Constructs an HTML visualization of a test suite.
Auto Trait Implementations§
impl Freeze for ViewHtml
impl RefUnwindSafe for ViewHtml
impl Send for ViewHtml
impl Sync for ViewHtml
impl Unpin for ViewHtml
impl UnwindSafe for ViewHtml
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