org.jdesktop.test.categories
Annotation Type Issue


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

A category to use on tests that require demonstrate an issue. These tests are expected to fail until the code in question is fixed.

Issue is used in preference to Ignore, so that automated builds can occasionally run these tests to determine if a fix addresses a known issue. This is often the case when two seemingly unrelated bugs have the same source issue. Solving the second bug resolves both, so we need to know when that happens.

Author:
kschaefer



Copyright © 2013. All Rights Reserved.