Class JellyTestSuiteBuilder


  • public class JellyTestSuiteBuilder
    extends Object
    Builds up a TestSuite for performing static syntax checks on Jelly scripts.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • JellyTestSuiteBuilder

        public JellyTestSuiteBuilder()
    • Method Detail

      • build

        public static junit.framework.TestSuite build​(File res,
                                                      boolean requirePI)
                                               throws Exception
        Given a jar file or a class file directory, recursively search all the Jelly files and build a TestSuite that performs static syntax checks.
        Throws:
        Exception