コード例 #1
0
 @AfterMethod(groups = "slow")
 public void tearDown() throws Exception {
   mockPaymentProviderPlugin.clear();
 }
コード例 #2
0
ファイル: TestJanitor.java プロジェクト: larue3000/killbill
 @BeforeMethod(groups = "slow")
 public void beforeMethod() throws Exception {
   super.beforeMethod();
   mockPaymentProviderPlugin.clear();
   account = testHelper.createTestAccount("*****@*****.**", true);
 }