pub struct TestGroup { /* private fields */ }
Expand description
Standalone top-level testing group.
Lives outside of the Module -> Test heirarchy.
Useful for grouping common fixtures, setup/teardown, and temp file operations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestGroup
impl RefUnwindSafe for TestGroup
impl Send for TestGroup
impl Sync for TestGroup
impl Unpin for TestGroup
impl UnwindSafe for TestGroup
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