Class EntryGroupStructureValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.order.interceptors.EntryGroupStructureValidateInterceptorTest
-
public class EntryGroupStructureValidateInterceptorTest extends java.lang.ObjectTest class forEntryGroupStructureValidateInterceptor
-
-
Constructor Summary
Constructors Constructor Description EntryGroupStructureValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EntryGroupentryGroup(java.lang.Integer number, EntryGroup... children)voidsetUp()voidshouldFailOnCyclicEntryGroupDependencies()voidshouldFailOnDuplicateEntryGroups()voidshouldPassOnCorrectEntryGroupStructure()voidshouldReturnWhenNoEntryGroups()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldReturnWhenNoEntryGroups
public void shouldReturnWhenNoEntryGroups() throws InterceptorException- Throws:
InterceptorException
-
shouldPassOnCorrectEntryGroupStructure
public void shouldPassOnCorrectEntryGroupStructure() throws InterceptorException- Throws:
InterceptorException
-
shouldFailOnDuplicateEntryGroups
public void shouldFailOnDuplicateEntryGroups() throws InterceptorException- Throws:
InterceptorException
-
shouldFailOnCyclicEntryGroupDependencies
public void shouldFailOnCyclicEntryGroupDependencies() throws InterceptorException- Throws:
InterceptorException
-
entryGroup
protected EntryGroup entryGroup(java.lang.Integer number, EntryGroup... children)
-
-