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

com.slickqa.junit.annotations.Step Maven / Gradle / Ivy

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