Class KnowledgeBaseContainerCacheValueLoaderTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.cache.impl.KnowledgeBaseContainerCacheValueLoaderTest
-
@UnitTest public class KnowledgeBaseContainerCacheValueLoaderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KnowledgeBaseContainerCacheValueLoaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestGetClientCreated()voidtestGetClientExisting()voidtestGetClientNotFound()voidtestGetKbFromService()voidtestGetKbFromServiceException()voidtestInvalidCacheKeyClass()voidtestLoadNotNull()voidtestProductConfigurationPassportService()
-
-
-
Method Detail
-
setup
public void setup() throws CredentialException- Throws:
CredentialException
-
testProductConfigurationPassportService
public void testProductConfigurationPassportService()
-
testLoadNotNull
public void testLoadNotNull()
-
testInvalidCacheKeyClass
public void testInvalidCacheKeyClass()
-
testGetClientCreated
public void testGetClientCreated()
-
testGetClientNotFound
public void testGetClientNotFound() throws CredentialException- Throws:
CredentialException
-
testGetClientExisting
public void testGetClientExisting()
-
testGetKbFromService
public void testGetKbFromService()
-
testGetKbFromServiceException
public void testGetKbFromServiceException()
-
-