Package de.hybris.platform.cockpit.impl
Class DefaultCockpitConfigurationServiceTest
- java.lang.Object
-
- de.hybris.platform.cockpit.impl.DefaultCockpitConfigurationServiceTest
-
@UnitTest public class DefaultCockpitConfigurationServiceTest extends java.lang.Object
JUnit test class that testsDefaultCockpitConfigurationService
-
-
Constructor Summary
Constructors Constructor Description DefaultCockpitConfigurationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetComponentConfiguration()
void
testGetComponentConfigurationsForPrincipal()
void
testGetDedicatedComponentConfigurationsForPrincipal()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetComponentConfigurationsForPrincipal
public void testGetComponentConfigurationsForPrincipal()
-
testGetDedicatedComponentConfigurationsForPrincipal
public void testGetDedicatedComponentConfigurationsForPrincipal()
-
testGetComponentConfiguration
public void testGetComponentConfiguration()
-
-