Class SourceRuleModelHistoricalContentCreatorUnitTest
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.versioning.impl.SourceRuleModelHistoricalContentCreatorUnitTest
-
@UnitTest public class SourceRuleModelHistoricalContentCreatorUnitTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description SourceRuleModelHistoricalContentCreatorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetUp()voidtestCreateHistoricalVersionExistsUnpublished()voidtestCreateHistoricalVersionIfArchived()Deprecated.since 1811voidtestCreateHistoricalVersionIfModified()voidtestCreateHistoricalVersionIfPublished()voidtestCreateHistoricalVersionIfUnpublihed()voidtestCreateHistoricalVersionIllegalArgument1()voidtestCreateHistoricalVersionIllegalArgument2()voidtestCreateHistoricalVersionOk()voidtestEssentialFieldsAreModified()voidtestEssentialFieldsAreModifiedEmptyProbes()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testCreateHistoricalVersionIllegalArgument1
public void testCreateHistoricalVersionIllegalArgument1() throws InterceptorException- Throws:
InterceptorException
-
testCreateHistoricalVersionIllegalArgument2
public void testCreateHistoricalVersionIllegalArgument2() throws InterceptorException- Throws:
InterceptorException
-
testCreateHistoricalVersionIfUnpublihed
public void testCreateHistoricalVersionIfUnpublihed() throws InterceptorException- Throws:
InterceptorException
-
testCreateHistoricalVersionIfPublished
public void testCreateHistoricalVersionIfPublished() throws InterceptorException- Throws:
InterceptorException
-
testCreateHistoricalVersionIfModified
public void testCreateHistoricalVersionIfModified() throws InterceptorException- Throws:
InterceptorException
-
testCreateHistoricalVersionIfArchived
@Deprecated public void testCreateHistoricalVersionIfArchived() throws InterceptorExceptionDeprecated.since 1811- Throws:
InterceptorException
-
testCreateHistoricalVersionExistsUnpublished
public void testCreateHistoricalVersionExistsUnpublished() throws InterceptorException- Throws:
InterceptorException
-
testCreateHistoricalVersionOk
public void testCreateHistoricalVersionOk() throws InterceptorException- Throws:
InterceptorException
-
testEssentialFieldsAreModified
public void testEssentialFieldsAreModified()
-
testEssentialFieldsAreModifiedEmptyProbes
public void testEssentialFieldsAreModifiedEmptyProbes()
-
-