pub struct SmokeRunner;Expand description
The smoke test runner.
Implementations§
Source§impl SmokeRunner
impl SmokeRunner
Sourcepub fn run(config: &SmokeTestConfig) -> Result<SmokeTestResult, SmokeTestError>
pub fn run(config: &SmokeTestConfig) -> Result<SmokeTestResult, SmokeTestError>
Runs a smoke test with the given configuration.
§Errors
Returns an error if:
- The fixture file is not found
- The fixture file cannot be read
- The fixture format is invalid
Auto Trait Implementations§
impl Freeze for SmokeRunner
impl RefUnwindSafe for SmokeRunner
impl Send for SmokeRunner
impl Sync for SmokeRunner
impl Unpin for SmokeRunner
impl UnwindSafe for SmokeRunner
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