Package de.hybris.bootstrap.config
Class TenantsInfoLoaderTest
java.lang.Object
de.hybris.bootstrap.config.TenantsInfoLoaderTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidcontent of "core/resources/test/tenant_both.properties":voidcontent of "core/resources/test/tenant_bar.properties":voidcontent of "core/resources/test/local_tenant_foo.properties":voidvoid
-
Constructor Details
-
TenantsInfoLoaderTest
public TenantsInfoLoaderTest()
-
-
Method Details
-
setUp
public void setUp() -
testAssureTenantsInfoLoaderWhenNoLocalNoGlobalFileAvaialble
public void testAssureTenantsInfoLoaderWhenNoLocalNoGlobalFileAvaialble() -
testLoadTwoTenants
public void testLoadTwoTenants() -
testAssureTenantsInfoLoaderWhenGlobalFileAvailable
public void testAssureTenantsInfoLoaderWhenGlobalFileAvailable()content of "core/resources/test/tenant_bar.properties":foo=value2 faa=${db.url} -
testAssureTenantsInfoLoaderWhenLocalFileAvailable
public void testAssureTenantsInfoLoaderWhenLocalFileAvailable()content of "core/resources/test/local_tenant_foo.properties":boo=value1 baa=${HYBRIS_BIN_DIR} baar.webroot=/baar boor.webroot=boor -
testAssureTenantsInfoLoaderWhenBothFilesAvailable
public void testAssureTenantsInfoLoaderWhenBothFilesAvailable()content of "core/resources/test/tenant_both.properties":brr = valuePlatform
content of "core/resources/test/local_tenant_both.properties":
brr = valueLocal
-