All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bybutter.sisyphus.test.discovery.TestStepSelector.kt Maven / Gradle / Ivy

There is a newer version: 2.1.22
Show newest version
package com.bybutter.sisyphus.test.discovery

import com.bybutter.sisyphus.test.TestStep
import org.junit.platform.engine.DiscoverySelector

data class TestStepSelector(val id: String, val step: TestStep) : DiscoverySelector




© 2015 - 2024 Weber Informatics LLC | Privacy Policy