org.junit.platform.engine.TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.
Modifier and Type | Interface and Description |
---|---|
public interface | FileSystemSource
File system based |
public interface | UriSource
A |
Modifier and Type | Class and Description |
---|---|
public abstract class | AbstractTestDescriptor
Abstract base implementation of |
public class | ClasspathResourceSource
Classpath resource based |
public class | ClassSource
Class based |
public class | CompositeTestSource
A |
pack-priv class | DefaultUriSource
Default implementation of |
public class | DirectorySource
Directory based |
public class | EngineDescriptor
An |
public class | FilePosition
Position inside a file represented by line and column numbers. |
public class | FileSource
File based |
public class | MethodSource
Method based |
public class | PackageSource
Package based |
pack-priv class | ResourceUtils
Collection of static utility methods for working with resources. |