Class DefaultRuleMaintenanceServiceTest


  • @UnitTest
    public class DefaultRuleMaintenanceServiceTest
    extends java.lang.Object
    • Field Detail

      • expectedException

        public org.junit.rules.ExpectedException expectedException
    • Constructor Detail

      • DefaultRuleMaintenanceServiceTest

        public DefaultRuleMaintenanceServiceTest()
    • Method Detail

      • setUp

        public void setUp()
      • compileAndPublishRulesNull

        public void compileAndPublishRulesNull()
      • compileAndPublishRulesEmpty

        public void compileAndPublishRulesEmpty()
      • compileAndPublishRuleSomeRule

        public void compileAndPublishRuleSomeRule()
      • compileAndPublishRuleCompilerProblem

        public void compileAndPublishRuleCompilerProblem()
                                                  throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • compileAndPublishRulePublisherProblem

        public void compileAndPublishRulePublisherProblem()
      • testCompileAndPublishRulesFailsCompilationAlreadyInProgress

        public void testCompileAndPublishRulesFailsCompilationAlreadyInProgress()
      • testUndeployRules

        public void testUndeployRules()
      • testUndeployRulesNoMatchingModuleName

        public void testUndeployRulesNoMatchingModuleName()
      • testSynchronizeModulesWithDifferentRuleTypes

        public void testSynchronizeModulesWithDifferentRuleTypes()