GroupOf<ExpectedType> constructor
GroupOf<ExpectedType> (
- String _title,
- List<
Contextual< children, {Context< >ExpectedType> > - FutureOr<
void> setup(- Context<
ExpectedType> test
- Context<
- FutureOr<
void> teardown(- Context<
ExpectedType> test
- Context<
- TestOptions? options,
Implementation
GroupOf(
super._title,
super.children, {
super.setup,
super.teardown,
super.options,
}) : super(
contextBuilder: Context<ExpectedType>.new,
);