context function
Creates a group of tests.
Equivalent to describe.
Implementation
@isTestGroup
void context(Object description, void Function() body) {
_widgetDeclarer.group(description, body);
}
Creates a group of tests.
Equivalent to describe.
@isTestGroup
void context(Object description, void Function() body) {
_widgetDeclarer.group(description, body);
}