Class ObjectCollectionServiceTest
- java.lang.Object
-
- de.hybris.platform.cockpit.services.ObjectCollectionServiceTest
-
@UnitTest public class ObjectCollectionServiceTest extends java.lang.Object
JUnit test class that testsObjectCollectionService
-
-
Constructor Summary
Constructors Constructor Description ObjectCollectionServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestCreateCollection()voidtestCreateSpecialCollection()voidtestGetElementCount()voidtestGetElements()voidtestGetReadUsersForCollection()voidtestGetWriteUsersForCollection()voidtestIsCollectionOwner()voidtestPublishCollection()voidtestRemoveCollection()voidtestRenameCollection()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetElements
public void testGetElements()
-
testGetElementCount
public void testGetElementCount()
-
testCreateCollection
public void testCreateCollection()
-
testCreateSpecialCollection
public void testCreateSpecialCollection()
-
testIsCollectionOwner
public void testIsCollectionOwner()
-
testPublishCollection
public void testPublishCollection()
-
testRemoveCollection
public void testRemoveCollection()
-
testRenameCollection
public void testRenameCollection()
-
testGetReadUsersForCollection
public void testGetReadUsersForCollection()
-
testGetWriteUsersForCollection
public void testGetWriteUsersForCollection()
-
tearDown
public void tearDown()
-
-