|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.junit.JUnitDirectoryConverter
public class JUnitDirectoryConverter
Tool class scanning and converting the JUnit sources found in a directory.
Constructor Summary | |
---|---|
JUnitDirectoryConverter(java.io.File srcDir,
java.io.File outDir,
java.lang.String release,
boolean useAnnotation,
java.lang.String[] groups)
Sole constructor. |
Method Summary | |
---|---|
int |
convert()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JUnitDirectoryConverter(java.io.File srcDir, java.io.File outDir, java.lang.String release, boolean useAnnotation, java.lang.String[] groups)
srcDir
- path to directory containing JUnit testsoutDir
- path to output directory for the generated test sourcesuseAnnotation
- flag for JDK 1.5 annotation use. true if annotations should be
used, false if javadoc-like annotations should be userestore
- flag if the output directory should reflect the packageMethod Detail |
---|
public int convert()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |