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