org.jvnet.hudson.test
Class JellyTestSuiteBuilder

java.lang.Object
  extended by 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

Constructor Summary
JellyTestSuiteBuilder()
           
 
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
 

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


Copyright © 2004-2013. All Rights Reserved.