| java.lang.Object com.google.gwt.util.tools.ToolBase com.google.gwt.junit.tools.JUnitCreator
JUnitCreator | final public class JUnitCreator extends ToolBase (Code) | | Tool to create JUnit test case.
|
JUnitCreator | protected JUnitCreator()(Code) | | |
createTest | static void createTest(String junitPath, String moduleName, String fullClassName, File outDir, String eclipse, boolean overwrite, boolean ignore) throws IOException(Code) | | Parameters: junitPath - the path to the user's junit jar Parameters: moduleName - the name of the module to contain this test Parameters: fullClassName - Name of the fully-qualified Java class to create as anApplication. Parameters: outDir - Where to put the output files Parameters: eclipse - The name of a project to attach a .launch config to Parameters: overwrite - Overwrite an existing files if they exist. Parameters: ignore - Ignore existing files if they exist. throws: IOException - |
run | protected boolean run()(Code) | | |
|
|