File tree 1 file changed +0
-4
lines changed
junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/execution
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 17
17
import org .junit .jupiter .engine .config .JupiterConfiguration ;
18
18
import org .junit .jupiter .engine .extension .MutableExtensionRegistry ;
19
19
import org .junit .platform .commons .JUnitException ;
20
- import org .junit .platform .commons .logging .Logger ;
21
- import org .junit .platform .commons .logging .LoggerFactory ;
22
20
import org .junit .platform .engine .EngineExecutionListener ;
23
21
import org .junit .platform .engine .support .hierarchical .EngineExecutionContext ;
24
22
import org .junit .platform .engine .support .hierarchical .ThrowableCollector ;
29
27
@ API (status = INTERNAL , since = "5.0" )
30
28
public class JupiterEngineExecutionContext implements EngineExecutionContext {
31
29
32
- private static final Logger logger = LoggerFactory .getLogger (JupiterEngineExecutionContext .class );
33
-
34
30
private final State state ;
35
31
36
32
// The following is not "cloneable" State.
You can’t perform that action at this time.
0 commit comments