| Modifier and Type | Method and Description |
|---|---|
static boolean |
isGUITest(Class<?> type,
Method method)
Returns
true if the given class and/or method are annotated with GUITest. |
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–2019 AssertJ. All rights reserved.