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

com.cedarsoft.test.utils.WithLocale.kt Maven / Gradle / Ivy

The newest version!
package com.cedarsoft.test.utils

import org.junit.jupiter.api.extension.ExtendWith

/**
 * @author Johannes Schneider ([[email protected]](mailto:[email protected]))
 */
@Target(AnnotationTarget.CLASS, AnnotationTarget.FILE, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
@ExtendWith(LocaleExtension::class)
annotation class WithLocale(val value: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy