pub struct TestModule { /* private fields */ }
Expand description
Implementations§
Source§impl TestModule
impl TestModule
pub fn base_temp_dir(&self) -> &Path
Sourcepub fn test_builder(&self, name: &'static str) -> TestBuilder<'_, '_>
pub fn test_builder(&self, name: &'static str) -> TestBuilder<'_, '_>
Creates a TestBuilder.
Trait Implementations§
Source§impl Debug for TestModule
impl Debug for TestModule
Source§impl PartialEq for TestModule
impl PartialEq for TestModule
Source§impl Testing for TestModule
impl Testing for TestModule
Source§fn fixture_dir(&self) -> &Path
fn fixture_dir(&self) -> &Path
The canonical fixture directory, if configured to use one.
By default, this is based on the use-case and namepath
impl Eq for TestModule
impl StructuralPartialEq for TestModule
Auto Trait Implementations§
impl Freeze for TestModule
impl RefUnwindSafe for TestModule
impl Send for TestModule
impl Sync for TestModule
impl Unpin for TestModule
impl UnwindSafe for TestModule
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