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

com.codeborne.selenide.testng.annotations.Report Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
package com.codeborne.selenide.testng.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Created by vinogradov on 07.05.16.
 *
 * @deprecated This annotation is ignored since Selenide 6.7.0
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Deprecated
public @interface Report {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy