main.misk.testing.InjectTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of misk-testing Show documentation
Show all versions of misk-testing Show documentation
Open source application container in Kotlin
package misk.testing
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.extension.ExtendWith
@Target(AnnotationTarget.FUNCTION)
@Test
@ExtendWith(InjectingParameterResolver::class)
annotation class InjectTest