
com.cedarsoft.test.utils.TempFile.kt Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.test.utils
import org.junit.jupiter.api.extension.ExtendWith
/**
*
*/
@Target(AnnotationTarget.CLASS, AnnotationTarget.FILE, AnnotationTarget.VALUE_PARAMETER)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
annotation class TempFile(val value: String = "")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy