nySetUp function
void
nySetUp(
- void callback()
Execute a callback before each test in the current group.
Implementation
void nySetUp(void Function() callback) {
setUp(callback);
}
Execute a callback before each test in the current group.
void nySetUp(void Function() callback) {
setUp(callback);
}