Class DefaultSourcingContextFactoryTest
- java.lang.Object
-
- de.hybris.platform.warehousing.sourcing.context.impl.DefaultSourcingContextFactoryTest
-
@UnitTest public class DefaultSourcingContextFactoryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultSourcingContextFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldCreateSourcingContext()voidshouldCreateSourcingContexts()voidshouldCreateSourcingLocation()voidshouldFailInit_SourcingLocationPopulatorsEmpty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldFailInit_SourcingLocationPopulatorsEmpty
public void shouldFailInit_SourcingLocationPopulatorsEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreateSourcingLocation
public void shouldCreateSourcingLocation()
-
shouldCreateSourcingContext
public void shouldCreateSourcingContext()
-
shouldCreateSourcingContexts
public void shouldCreateSourcingContexts()
-
-