
com.slickqa.junit.annotations.Step Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slickqa-junit Show documentation
Show all versions of slickqa-junit Show documentation
JUnit integration for the slick test management tool.
The newest version!
package com.slickqa.junit.annotations;
/**
* Created by Keith on 11/11/16.
* Used to create steps for SlickMetaData
*/
public @interface Step {
String step();
String expectation() default "NA";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy