Package-level declarations
Types
Link copied to clipboard
interface Discovered
Marker interface for discovered classpath resources.
Link copied to clipboard
Represents a discovered fragment file.
Link copied to clipboard
Represents a discovered scenario file.
Link copied to clipboard
Discovers .fragment files from classpath locations.
Link copied to clipboard
abstract class ResourceDiscovery<T : Discovered>(fileExtension: String, resourceFactory: (path: String, name: String, url: URL) -> T)
Generic resource discovery for classpath files.
Link copied to clipboard
Discovers .scenario files from classpath locations.