pub struct TestSpec {
pub cases: Vec<TestCase>,
pub relation: CaseRelation,
pub stream_processor_factory: Rc<dyn StreamProcessorFactory>,
}
Expand description
A test spec describes all the cases that will run and the circumstances in which they will run.
Fields§
§cases: Vec<TestCase>
§relation: CaseRelation
§stream_processor_factory: Rc<dyn StreamProcessorFactory>
Implementations§
Auto Trait Implementations§
impl Freeze for TestSpec
impl !RefUnwindSafe for TestSpec
impl !Send for TestSpec
impl !Sync for TestSpec
impl Unpin for TestSpec
impl !UnwindSafe for TestSpec
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