Package org.jvnet.hudson.test
Class JellyTestSuiteBuilder
- java.lang.Object
-
- org.jvnet.hudson.test.JellyTestSuiteBuilder
-
public class JellyTestSuiteBuilder extends Object
Builds up aTestSuitefor performing static syntax checks on Jelly scripts.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description JellyTestSuiteBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static junit.framework.TestSuitebuild(File res, boolean requirePI)Given a jar file or a class file directory, recursively search all the Jelly files and build aTestSuitethat performs static syntax checks.
-