public static boolean isGUITest(@Nonnull Class<?> type, @Nonnull 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 © 2014 AssertJ. All rights reserved.