Class DefaultBaseStoreServiceTest
java.lang.Object
de.hybris.platform.store.services.impl.DefaultBaseStoreServiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidTest method forDefaultBaseStoreService.getAllBaseStores().voidvoidTest method forDefaultBaseStoreService.getBaseStoreForUid(java.lang.String).voidTest method forDefaultBaseStoreService.getBaseStoreForUid(java.lang.String).voidvoidTest method forDefaultBaseStoreService.getBaseStoreForUid(java.lang.String).
-
Constructor Details
-
DefaultBaseStoreServiceTest
public DefaultBaseStoreServiceTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldThrowUnknownIdentifierExceptionWhenStoreHasNotBeenFound
public void shouldThrowUnknownIdentifierExceptionWhenStoreHasNotBeenFound()Test method forDefaultBaseStoreService.getBaseStoreForUid(java.lang.String). -
shouldThrowAmbiguousIdentifierExceptionWhenHasBeenFoundMoreThanOneStoreForUid
public void shouldThrowAmbiguousIdentifierExceptionWhenHasBeenFoundMoreThanOneStoreForUid()Test method forDefaultBaseStoreService.getBaseStoreForUid(java.lang.String). -
shouldReturnFoundBaseStoreModelForUid
public void shouldReturnFoundBaseStoreModelForUid()Test method forDefaultBaseStoreService.getBaseStoreForUid(java.lang.String). -
shouldReturnAllBaseStores
public void shouldReturnAllBaseStores()Test method forDefaultBaseStoreService.getAllBaseStores(). -
shouldReturnBaseStoresFromStrategy
public void shouldReturnBaseStoresFromStrategy() -
shouldThrowAnExceptionFromStrategy
public void shouldThrowAnExceptionFromStrategy()
-