コード例 #1
0
 @Test
 public void testShellConfiguration() throws Exception {
   RuleAssert.assertIntegration("no_scripting_shell");
 }
コード例 #2
0
 @Test
 public void testJRubyConfiguration() throws Exception {
   RuleAssert.assertIntegration("no_scripting_jruby");
 }
コード例 #3
0
 @Test
 public void testJythonConfiguration() throws Exception {
   RuleAssert.assertIntegration("no_scripting_jython");
 }
コード例 #4
0
 @Test
 public void testGroovyConfiguration() throws Exception {
   RuleAssert.assertIntegration("no_scripting_groovy");
 }