|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcn.shenyanchao.ut.utils.FileChecker
public class FileChecker
Created with IntelliJ IDEA.
| Constructor Summary | |
|---|---|
FileChecker()
|
|
| Method Summary | |
|---|---|
static japa.parser.ast.body.MethodDeclaration |
isTestCaseExist(japa.parser.ast.CompilationUnit testCU,
japa.parser.ast.body.MethodDeclaration method)
check whether test method has exists |
static boolean |
isTestJavaClassExist(java.io.File file)
check whether the test class is exists |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileChecker()
| Method Detail |
|---|
public static boolean isTestJavaClassExist(java.io.File file)
file -
public static japa.parser.ast.body.MethodDeclaration isTestCaseExist(japa.parser.ast.CompilationUnit testCU,
japa.parser.ast.body.MethodDeclaration method)
method -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||