pub struct TestGroup<'a> { /* private fields */ }Implementations§
source§impl<'a> TestGroup<'a>
impl<'a> TestGroup<'a>
pub fn from_test_cases<'b>( root_config: Option<RuntimeConfig>, tests: &'b [TestCase] ) -> Selfwhere 'b: 'a,
pub fn name(self, name: String) -> Self
pub async fn run( &'a mut self, component_id: Option<&str>, component: SharedComponent, filter: &[String] ) -> Result<TestRunner, TestError>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for TestGroup<'a>
impl<'a> Send for TestGroup<'a>
impl<'a> Sync for TestGroup<'a>
impl<'a> Unpin for TestGroup<'a>
impl<'a> UnwindSafe for TestGroup<'a>
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