Uses of Class
org.killbill.billing.platform.test.PlatformDBTestingHelper
-
Packages that use PlatformDBTestingHelper Package Description org.killbill.billing.platform.test org.killbill.billing.platform.test.config org.killbill.billing.platform.test.glue -
-
Uses of PlatformDBTestingHelper in org.killbill.billing.platform.test
Methods in org.killbill.billing.platform.test that return PlatformDBTestingHelper Modifier and Type Method Description static PlatformDBTestingHelperPlatformDBTestingHelper. get() -
Uses of PlatformDBTestingHelper in org.killbill.billing.platform.test.config
Constructor parameters in org.killbill.billing.platform.test.config with type arguments of type PlatformDBTestingHelper Constructor Description TestKillbillConfigSource(Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass)TestKillbillConfigSource(String file, Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass)TestKillbillConfigSource(String file, Class<? extends PlatformDBTestingHelper> dbTestingHelperKlass, Map<String,String> extraDefaults) -
Uses of PlatformDBTestingHelper in org.killbill.billing.platform.test.glue
Methods in org.killbill.billing.platform.test.glue that return PlatformDBTestingHelper Modifier and Type Method Description protected PlatformDBTestingHelperTestPlatformModuleWithEmbeddedDB. getPlatformDBTestingHelper()
-