Package org.fest.swing.annotation
Class GUITestFinder
java.lang.Object
org.fest.swing.annotation.GUITestFinder
Understands utility methods related to GUI tests. A GUI test is a class or method annotated with
GUITest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanReturnstrueif the given class and/or method are annotated with.GUITestprivate static booleanisGUITest(AnnotatedElement annotatedElement) private static booleanisSuperClassGUITest(Class<?> type, Method method) private static Method
-
Constructor Details
-
GUITestFinder
private GUITestFinder()
-
-
Method Details
-
isGUITest
Returnstrueif the given class and/or method are annotated with. This method also searches in super-classes and overridden methods.GUITest- Parameters:
type- the class to check.method- the method to check.- Returns:
trueif the given class and/or method are annotated with.GUITest
-
isSuperClassGUITest
-
method
-
isGUITest
-