@BeforeClass(groups = "slow") public void beforeClass() throws Exception { super.beforeClass(); final String killbillVersion = System.getProperty("killbill.version"); final SetupBundleWithAssertion setupTest = new SetupBundleWithAssertion(BUNDLE_TEST_RESOURCE, osgiConfig, killbillVersion); setupTest.setupJrubyBundle(); }
@BeforeClass(groups = "slow") public void beforeClass() throws Exception { super.beforeClass(); // This is extracted from surefire system configuration-- needs to be added explicitly in // IntelliJ for correct running final String killbillVersion = System.getProperty("killbill.version"); final SetupBundleWithAssertion setupTest = new SetupBundleWithAssertion(BUNDLE_TEST_RESOURCE, osgiConfig, killbillVersion); setupTest.setupJavaBundle(); }
@BeforeMethod(groups = "slow") public void beforeMethod() throws Exception { super.beforeMethod(); getTestPluginPaymentApi().resetToNormalbehavior(); }