com.github.invictum.data.injector.TestData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unified-test-junit Show documentation
Show all versions of unified-test-junit Show documentation
Integration with jUnit test framework. Based on Serenity BDD project.
The newest version!
package com.github.invictum.data.injector;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface TestData {
String value();
boolean velocity() default false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy