dispose method
void
dispose()
Releases the handles. Call in the test's teardown.
Implementation
void dispose() {
listScroll.dispose();
aTaps.dispose();
}
Releases the handles. Call in the test's teardown.
void dispose() {
listScroll.dispose();
aTaps.dispose();
}