Class ClassSelectorResolver.DummyClassTemplateInvocationContext
java.lang.Object
org.junit.jupiter.engine.discovery.ClassSelectorResolver.DummyClassTemplateInvocationContext
- All Implemented Interfaces:
org.junit.jupiter.api.extension.ClassTemplateInvocationContext
- Enclosing class:
ClassSelectorResolver
static class ClassSelectorResolver.DummyClassTemplateInvocationContext
extends Object
implements org.junit.jupiter.api.extension.ClassTemplateInvocationContext
- Since:
- 5.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ClassSelectorResolver.DummyClassTemplateInvocationContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.ClassTemplateInvocationContext
getAdditionalExtensions, getDisplayName, prepareInvocation
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DummyClassTemplateInvocationContext
DummyClassTemplateInvocationContext()
-