Package org.jvnet.hudson.test
Class JellyTestSuiteBuilder
java.lang.Object
org.jvnet.hudson.test.JellyTestSuiteBuilder
Builds up a
TestSuite
for performing static syntax checks on Jelly scripts.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JellyTestSuiteBuilder
public JellyTestSuiteBuilder()
-
-
Method Details
-
build
Given a jar file or a class file directory, recursively search all the Jelly files and build aTestSuite
that performs static syntax checks.- Throws:
Exception
-