public static boolean isGUITest(Class<?> type, Method method)
true
if the given class and/or method are annotated with GUITest
. This
method also searches in super-classes and overridden methods.type
- the class to check.method
- the method to check.true
if the given class and/or method are annotated with GUITest
.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.