コード例 #1
0
ファイル: TestBase.java プロジェクト: newtonik/preppa
 /** Discards any mock objects created during the test. */
 @AfterMethod(alwaysRun = true)
 public final void discardMockControl() {
   tester.cleanup();
 }