Annotation Type ObfuscateMethodNamesBeforeDeadline


@API(status=EXPERIMENTAL)
@Documented
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE})
@DisplayNameGeneration(JupiterTestGuard.class)
public @interface ObfuscateMethodNamesBeforeDeadline
Obfuscates the name of HiddenTests before the Deadline, using some basic hash code.

This has not been tested in conjunction with Artemis!

Since:
0.1.0
Version:
1.0.0
Author:
Christian Femers