Class FixtureBasedTestDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.concordion.integration.junit.platform.engine.FixtureBasedTestDescriptor
All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor
Direct Known Subclasses:
ExampleDescriptor, SpecificationDescriptor

public abstract class FixtureBasedTestDescriptor extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Abstract fixture-based implementation of TestDescriptor.
Since:
4.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.junit.platform.engine.TestDescriptor

    org.junit.platform.engine.TestDescriptor.Type, org.junit.platform.engine.TestDescriptor.Visitor
  • Field Summary

    Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

    children
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    abstract FixtureRunner
     
    abstract FixtureType
     

    Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

    addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.junit.platform.engine.TestDescriptor

    accept, getDescendants, getLegacyReportingName, getType, isContainer, isRoot, isTest, mayRegisterTests, prune
  • Method Details

    • getFixtureClass

      public Class<?> getFixtureClass()
    • getFixtureType

      public abstract FixtureType getFixtureType()
    • getFixtureInstance

      public abstract FixtureInstance getFixtureInstance()
    • getFixtureRunner

      public abstract FixtureRunner getFixtureRunner()