Annotation Interface GameTestDontPrefix


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface GameTestDontPrefix
When used on a class, this disables the prefix for all contained tests.

When used on a method, this disables it for the single test.

See Also: