Package-level declarations

Types

Link copied to clipboard
interface Discovered

Marker interface for discovered classpath resources.

Link copied to clipboard
data class DiscoveredFragment(val path: String, val name: String, val url: URL) : Discovered

Represents a discovered fragment file.

Link copied to clipboard
data class DiscoveredScenario(val path: String, val name: String, val url: URL) : Discovered

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.