Beispiel #1
0
 @Override
 protected void onTearDown() throws Exception {
   super.onTearDown();
   strategy.onTearDown();
 }
Beispiel #2
0
 protected void onSetUp() throws Exception {
   super.onSetUp();
   strategy.onSetUp();
 }