Package de.hybris.platform.test
Class TenantTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.TenantTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class TenantTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description TenantTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testExtensionSerialization()
void
testManagerSerialization()
void
testSettings()
void
testStartupPerformance()
void
testTenantErrors()
void
testTenantItemBehaviour()
void
testTenantSpecificSpringConfig()
void
testTenantSwitch()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testTenantSpecificSpringConfig
public void testTenantSpecificSpringConfig()
-
testTenantSwitch
public void testTenantSwitch()
-
testSettings
public void testSettings()
-
testStartupPerformance
public void testStartupPerformance() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testTenantErrors
public void testTenantErrors()
-
testExtensionSerialization
public void testExtensionSerialization() throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
testManagerSerialization
public void testManagerSerialization() throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
testTenantItemBehaviour
public void testTenantItemBehaviour() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
-