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