org.jdesktop.test.categories
Annotation Type Visual


@Retention(value=SOURCE)
@Target(value={})
public @interface Visual

A category to use on tests that require visual display. This does not mean that the tests require to be seen, but that GraphicsEnvironment.isHeadless() must return true.

Author:
kschaefer



Copyright © 2013. All Rights Reserved.