Annotation Interface GuiTest


@Target(METHOD) @Retention(RUNTIME) @Tag("gui") @DisabledIfSystemProperty(named="java.awt.headless", matches="true") @Test public @interface GuiTest
GUI Test.
Author:
Daniel Sagenschneider