File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
junit4-runner/src/main/java/org/junit/gen5/junit4/runner Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @Classes} specifies the test classes to be run when a class
Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @ExcludeTags} specifies tags to be filtered out when a class
Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @FilterClassName} specifies a regular expression that is used
Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @Packages} specifies the names of packages to be run when a class
Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @RequireEngine} specifies the engine ID (e.g., {@code "junit5"}) of
Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @RequireTags} specifies tags to be considered when a class
Original file line number Diff line number Diff line change 1010
1111package org .junit .gen5 .junit4 .runner ;
1212
13- import org .junit .gen5 .commons .meta .API ;
13+ import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
1414
1515import java .lang .annotation .Documented ;
1616import java .lang .annotation .ElementType ;
1919import java .lang .annotation .RetentionPolicy ;
2020import java .lang .annotation .Target ;
2121
22- import static org .junit .gen5 .commons .meta .API . Usage . Maintained ;
22+ import org .junit .gen5 .commons .meta .API ;
2323
2424/**
2525 * {@code @UniqueIds} specifies the unique IDs of test classes or methods to be
You can’t perform that action at this time.
0 commit comments