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

com.bybutter.sisyphus.test.extension.AfterTestCase.kt Maven / Gradle / Ivy

There is a newer version: 2.1.22
Show newest version
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