Beispiel #1
0
 @BeforeClass(groups = "slow")
 protected void beforeClass() throws Exception {
   super.beforeClass();
   mockPaymentProviderPlugin =
       (MockPaymentProviderPlugin)
           registry.getServiceForName(MockPaymentProviderPlugin.PLUGIN_NAME);
   janitor.start();
 }
Beispiel #2
0
 @AfterMethod(groups = "slow")
 public void afterMethod() throws Exception {
   super.afterMethod();
 }
Beispiel #3
0
 @BeforeMethod(groups = "slow")
 public void beforeMethod() throws Exception {
   super.beforeMethod();
   mockPaymentProviderPlugin.clear();
   account = testHelper.createTestAccount("*****@*****.**", true);
 }