pub struct FalsificationRegistry { /* private fields */ }Expand description
Falsification test registry
Implementations§
Source§impl FalsificationRegistry
impl FalsificationRegistry
Sourcepub fn add(&mut self, test: FalsificationTest)
pub fn add(&mut self, test: FalsificationTest)
Add a test to the registry
Sourcepub fn tests(&self) -> &[FalsificationTest]
pub fn tests(&self) -> &[FalsificationTest]
Get all tests
Sourcepub fn evaluate(&self, module: &PtxModule) -> FalsificationReport
pub fn evaluate(&self, module: &PtxModule) -> FalsificationReport
Run all falsification tests
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FalsificationRegistry
impl !RefUnwindSafe for FalsificationRegistry
impl Send for FalsificationRegistry
impl Sync for FalsificationRegistry
impl Unpin for FalsificationRegistry
impl UnsafeUnpin for FalsificationRegistry
impl !UnwindSafe for FalsificationRegistry
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