Package de.hybris.platform.governor
Class ResourceGovernorProviderTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.governor.ResourceGovernorProviderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ResourceGovernorProviderTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ResourceGovernorProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldInstantiateItself()voidshouldReturnGovernorWhenTenantIsNotSet()voidshouldReturnGovernorWhenTenantIsSet()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
shouldInstantiateItself
public void shouldInstantiateItself()
-
shouldReturnGovernorWhenTenantIsSet
public void shouldReturnGovernorWhenTenantIsSet()
-
shouldReturnGovernorWhenTenantIsNotSet
public void shouldReturnGovernorWhenTenantIsNotSet() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-