Class NestedClassTestDescriptor

  • All Implemented Interfaces:
    org.junit.platform.engine.support.hierarchical.Node<JupiterEngineExecutionContext>, org.junit.platform.engine.TestDescriptor

    @API(status=INTERNAL,
         since="5.0")
    public class NestedClassTestDescriptor
    extends ClassTestDescriptor
    TestDescriptor for tests based on nested (but not static) Java classes.

    Default Display Names

    The default display name for a non-static nested test class is the simple name of the class.

    Since:
    5.0
    • Constructor Detail

      • NestedClassTestDescriptor

        public NestedClassTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                         java.lang.Class<?> testClass,
                                         org.junit.platform.engine.ConfigurationParameters configurationParameters)