addTearDownCurrentForAll function
Registers a function to be run after the current test in forAll
.
Implementation
void addTearDownCurrentForAll(FutureOr<void> Function() callback) {
PropertyTestManager.addTearDownCurrentForAll(callback);
}
Registers a function to be run after the current test in forAll
.
void addTearDownCurrentForAll(FutureOr<void> Function() callback) {
PropertyTestManager.addTearDownCurrentForAll(callback);
}