
ru.tinkoff.allure.annotations.DisplayName.kt Maven / Gradle / Ivy
package ru.tinkoff.allure.annotations
import java.lang.annotation.Inherited
/**
* Created by b.mukvich on 28.03.2017.
* Used to change display name for test in the report.
*/
@Inherited
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CLASS, AnnotationTarget.FILE)
annotation class DisplayName(val value: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy