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

main.misk.testing.InjectTest.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy