net.thucydides.core.annotations
Annotation Type Steps


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Steps

Marks a class that implements test steps as individual methods. Each method that represents a test step should be marked by the Step annotation.



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.