Class DefaultB2BGroupCycleValidatorTest
- java.lang.Object
-
- de.hybris.platform.b2b.company.impl.DefaultB2BGroupCycleValidatorTest
-
@UnitTest public class DefaultB2BGroupCycleValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BGroupCycleValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldValidateGroupsCycleDetected()voidshouldValidateGroupsCycleNotDetected()voidshouldValidateMembersCycleDetected()voidshouldValidateMembersCycleNotDetected()
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldValidateGroupsCycleNotDetected
public void shouldValidateGroupsCycleNotDetected()
-
shouldValidateGroupsCycleDetected
public void shouldValidateGroupsCycleDetected() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldValidateMembersCycleNotDetected
public void shouldValidateMembersCycleNotDetected() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldValidateMembersCycleDetected
public void shouldValidateMembersCycleDetected() throws java.lang.Exception- Throws:
java.lang.Exception
-
-