Class MediaFolderValidatorTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.interceptor.impl.MediaFolderValidatorTest
-
@UnitTest public class MediaFolderValidatorTest extends java.lang.Object
Unit test for aMediaFolderValidator
's logic.
-
-
Constructor Summary
Constructors Constructor Description MediaFolderValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare()
void
testAmbiguousFolderModel()
void
testNotExistingFolderModel()
void
testNullModel()
void
testOtherFolderModel()
void
testOtherWithDuplicatedQualifierFolderModel()
void
testTheSameFolderModel()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testNullModel
public void testNullModel() throws InterceptorException
- Throws:
InterceptorException
-
testOtherFolderModel
public void testOtherFolderModel() throws InterceptorException
- Throws:
InterceptorException
-
testTheSameFolderModel
public void testTheSameFolderModel() throws InterceptorException
- Throws:
InterceptorException
-
testOtherWithDuplicatedQualifierFolderModel
public void testOtherWithDuplicatedQualifierFolderModel() throws InterceptorException
- Throws:
InterceptorException
-
testNotExistingFolderModel
public void testNotExistingFolderModel() throws InterceptorException
- Throws:
InterceptorException
-
testAmbiguousFolderModel
public void testAmbiguousFolderModel() throws InterceptorException
- Throws:
InterceptorException
-
-