Class DefaultApiRegistryClientServiceIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.apiregistryservices.services.impl.DefaultApiRegistryClientServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class DefaultApiRegistryClientServiceIntegrationTest extends ServicelayerTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DefaultApiRegistryClientServiceIntegrationTest.ProfileDataServiceClient_basicCreds
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultApiRegistryClientServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
before()
protected ConsumedDestinationModel
getConsumedDestinationById(java.lang.String destinationId)
void
testLookupClient()
void
testLookupClient_WithCredentialWhichHasNoStrategy()
void
testLookupClient_WithNullOAuthScope()
void
testLookupClient_WithoutDestination()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
before
public void before() throws ImpExException
- Throws:
ImpExException
-
testLookupClient
public void testLookupClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLookupClient_WithoutDestination
public void testLookupClient_WithoutDestination() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLookupClient_WithCredentialWhichHasNoStrategy
public void testLookupClient_WithCredentialWhichHasNoStrategy() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testLookupClient_WithNullOAuthScope
public void testLookupClient_WithNullOAuthScope() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getConsumedDestinationById
protected ConsumedDestinationModel getConsumedDestinationById(java.lang.String destinationId)
-
-