com.bybutter.sisyphus.test.discovery.TestStepSelector.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sisyphus-test Show documentation
Show all versions of sisyphus-test Show documentation
Test framework for testing gRPC apis in Sisyphus Framework
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