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 boolean
Returnstrue
if the given class and/or method are annotated with
.GUITest
private static boolean
isGUITest
(AnnotatedElement annotatedElement) private static boolean
isSuperClassGUITest
(Class<?> type, Method method) private static Method
-
Constructor Details
-
GUITestFinder
private GUITestFinder()
-
-
Method Details
-
isGUITest
Returnstrue
if 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:
true
if the given class and/or method are annotated with
.GUITest
-
isSuperClassGUITest
-
method
-
isGUITest
-