Class CommandSecurityCheckerTest

java.lang.Object
org.machanism.machai.gw.tools.CommandSecurityCheckerTest

class CommandSecurityCheckerTest extends Object
  • Constructor Details

    • CommandSecurityCheckerTest

      CommandSecurityCheckerTest()
  • Method Details

    • denyCheckShouldRejectConfiguredKeywordIgnoringCase

      @Test void denyCheckShouldRejectConfiguredKeywordIgnoringCase() throws Exception
      Throws:
      Exception
    • denyCheckShouldRejectConfiguredRegexMatch

      @Test void denyCheckShouldRejectConfiguredRegexMatch() throws Exception
      Throws:
      Exception
    • denyCheckShouldAllowCommandWhenRulesDoNotMatch

      @Test void denyCheckShouldAllowCommandWhenRulesDoNotMatch() throws Exception
      Throws:
      Exception
    • loadRulesShouldIgnoreNullEmptyCommentsAndUnknownRules

      @Test void loadRulesShouldIgnoreNullEmptyCommentsAndUnknownRules() throws Exception
      Throws:
      Exception