Top Description Interfaces Classes
module org.junit.platform.engine

Package org.junit.platform.engine.support.descriptor


org.junit.platform.engine.TestDescriptor-related support classes intended to be used by test engine implementations and clients of the launcher.

Interface Summary

Modifier and TypeInterface and Description
public interface
FileSystemSource

File system based TestSource.

public interface
UriSource

A TestSource that can be represented as a URI.

Class Summary

Modifier and TypeClass and Description
public abstract class
AbstractTestDescriptor

Abstract base implementation of TestDescriptor that may be used by custom TestEngines.

public class
ClasspathResourceSource

Classpath resource based org.junit.platform.engine.TestSource with an optional position.

public class
ClassSource

Class based TestSource with an optional file position.

public class
CompositeTestSource

A CompositeTestSource contains one or more TestSources.

pack-priv class
DefaultUriSource

Default implementation of UriSource.

public class
public class
EngineDescriptor

An EngineDescriptor is a TestDescriptor for a specific TestEngine.

public class
FilePosition

Position inside a file represented by line and column numbers.

public class
public class
MethodSource

Method based TestSource.

public class
pack-priv class
ResourceUtils

Collection of static utility methods for working with resources.