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

com.automation.remarks.junit5.Video Maven / Gradle / Ivy

package com.automation.remarks.junit5;

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

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

/**
 * Created by sergey on 12.02.17.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD,ElementType.ANNOTATION_TYPE})
@ExtendWith(VideoExtension.class)
@com.automation.remarks.video.annotations.Video
public @interface Video {
  String name() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy