com.bybutter.sisyphus.test.extension.AfterTest.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.extension
import com.bybutter.sisyphus.test.SisyphusTestEngineContext
import com.bybutter.sisyphus.test.descriptor.SisyphusTestDescriptor
interface AfterTest : Extension {
fun afterTest(context: SisyphusTestEngineContext, descriptor: SisyphusTestDescriptor)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy