cn.shenyanchao.utils
Class FileCheck

java.lang.Object
  extended by cn.shenyanchao.utils.FileCheck

public class FileCheck
extends Object

Created with IntelliJ IDEA.

Author:
shenyanchao Date: 6/18/13 Time: 3:25 PM

Constructor Summary
FileCheck()
           
 
Method Summary
 boolean isTestCaseExist(File testJavaFile, japa.parser.ast.body.MethodDeclaration method)
           
 boolean isTestJavaClassExist(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCheck

public FileCheck()
Method Detail

isTestJavaClassExist

public boolean isTestJavaClassExist(File file)

isTestCaseExist

public boolean isTestCaseExist(File testJavaFile,
                               japa.parser.ast.body.MethodDeclaration method)


Copyright © 2013. All Rights Reserved.