Class ConsignmentPackagingInfoPrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.warehousing.interceptor.ConsignmentPackagingInfoPrepareInterceptorTest
-
@UnitTest public class ConsignmentPackagingInfoPrepareInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConsignmentPackagingInfoPrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldInitPackagingInfo()voidshouldNotInitPackagingInfo()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldInitPackagingInfo
public void shouldInitPackagingInfo() throws InterceptorException- Throws:
InterceptorException
-
shouldNotInitPackagingInfo
public void shouldNotInitPackagingInfo() throws InterceptorException- Throws:
InterceptorException
-
-