Class PlatformConfigurationCheckRunListenerTest
- java.lang.Object
-
- de.hybris.platform.testframework.runlistener.PlatformConfigurationCheckRunListenerTest
-
public class PlatformConfigurationCheckRunListenerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PlatformConfigurationCheckRunListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprepare()voidtestAddedSomeAfter()voidtestChangeOrderOnly()voidtestEmptyBeforeAndAfter()voidtestRemovedSomeBefore()voidtestValueChangedAfter()voidtestValueNulledAfter()voidtestValueSetFromNull()
-
-
-
Method Detail
-
prepare
public void prepare()
-
testEmptyBeforeAndAfter
public void testEmptyBeforeAndAfter() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAddedSomeAfter
public void testAddedSomeAfter() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRemovedSomeBefore
public void testRemovedSomeBefore() throws java.lang.Exception- Throws:
java.lang.Exception
-
testChangeOrderOnly
public void testChangeOrderOnly() throws java.lang.Exception- Throws:
java.lang.Exception
-
testValueChangedAfter
public void testValueChangedAfter() throws java.lang.Exception- Throws:
java.lang.Exception
-
testValueNulledAfter
public void testValueNulledAfter() throws java.lang.Exception- Throws:
java.lang.Exception
-
testValueSetFromNull
public void testValueSetFromNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
-