org.jvnet.hudson.test
Class JellyTestSuiteBuilder
java.lang.Object
org.jvnet.hudson.test.JellyTestSuiteBuilder
public class JellyTestSuiteBuilder
- extends Object
Builds up a TestSuite
for performing static syntax checks on Jelly scripts.
- Author:
- Kohsuke Kawaguchi
Method Summary |
static junit.framework.TestSuite |
build(File res,
boolean requirePI)
Given a jar file or a class file directory, recursively search all the Jelly files and build a TestSuite
that performs static syntax checks. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JellyTestSuiteBuilder
public JellyTestSuiteBuilder()
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
Copyright © 2004-2013. All Rights Reserved.