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

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

There is a newer version: 1.0.0-25
Show newest version
package com.slickqa.jupiter.annotations;

/**
 * For creating steps for TestCaseInfo
 */
public @interface Step {
    String step();
    String expectation() default "Not Available";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy