Class SiteChannelRestrictionAspectTest
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.annotation.SiteChannelRestrictionAspectTest
-
@UnitTest public class SiteChannelRestrictionAspectTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SiteChannelRestrictionAspectTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestMethodWithEmptyAnnotation()voidtestMethodWithNonValidAnnotation()voidtestMethodWithoutAnnotation()voidtestMethodWithValidAnnotation()voidtestMethodWithValidAnnotationAndNoBaseSite()voidtestMethodWithValidAnnotationAndNoBaseSiteChannel()voidtestMethodWithValidAnnotationAndNotMatchingBaseSite()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testMethodWithValidAnnotation
public void testMethodWithValidAnnotation() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
testMethodWithoutAnnotation
public void testMethodWithoutAnnotation() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
testMethodWithValidAnnotationAndNoBaseSite
public void testMethodWithValidAnnotationAndNoBaseSite() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
testMethodWithValidAnnotationAndNoBaseSiteChannel
public void testMethodWithValidAnnotationAndNoBaseSiteChannel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
testMethodWithValidAnnotationAndNotMatchingBaseSite
public void testMethodWithValidAnnotationAndNotMatchingBaseSite() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
testMethodWithEmptyAnnotation
public void testMethodWithEmptyAnnotation() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
testMethodWithNonValidAnnotation
public void testMethodWithNonValidAnnotation() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-