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

com.bybutter.sisyphus.test.extension.BeforeTestCase.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 BeforeTestCase : Extension {
    fun beforeTestCase(context: SisyphusTestEngineContext, descriptor: SisyphusTestCaseDescriptor)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy