Class DroolsModuleVersioningServiceUnitTest
- java.lang.Object
-
- de.hybris.platform.droolsruleengineservices.versioning.impl.DroolsModuleVersioningServiceUnitTest
-
@UnitTest public class DroolsModuleVersioningServiceUnitTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DroolsModuleVersioningServiceUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAssertRuleModuleVersion()voidtestAssertRuleModuleVersionRuleVersionIsNull()voidtestAssertRuleModuleVersionWhenModuleVersionIsBigger()voidtestGetDeployedModuleVersionIllegalVersion()voidtestGetDeployedModuleVersionNoKieBase()voidtestGetDeployedModuleVersionNoKieModule()voidtestGetDeployedModuleVersionOk()voidtestGetModuleVersion()voidtestGetModuleVersionInsupportedType()voidtestGetModuleVersionKieBaseNotSet()voidtestGetModuleVersionKieModuleNotSet()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetDeployedModuleVersionOk
public void testGetDeployedModuleVersionOk() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDeployedModuleVersionIllegalVersion
public void testGetDeployedModuleVersionIllegalVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDeployedModuleVersionNoKieModule
public void testGetDeployedModuleVersionNoKieModule() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetDeployedModuleVersionNoKieBase
public void testGetDeployedModuleVersionNoKieBase() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetModuleVersion
public void testGetModuleVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetModuleVersionInsupportedType
public void testGetModuleVersionInsupportedType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetModuleVersionKieBaseNotSet
public void testGetModuleVersionKieBaseNotSet() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetModuleVersionKieModuleNotSet
public void testGetModuleVersionKieModuleNotSet() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAssertRuleModuleVersion
public void testAssertRuleModuleVersion() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAssertRuleModuleVersionWhenModuleVersionIsBigger
public void testAssertRuleModuleVersionWhenModuleVersionIsBigger() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAssertRuleModuleVersionRuleVersionIsNull
public void testAssertRuleModuleVersionRuleVersionIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
-