com.tngtech.jgiven.annotation
Annotation Type IntroWord


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IntroWord

Marks a method as an introduction word of a step Examples for introduction words are given, when, then, and, etc. Introduction words are specially treated in reports, e.g., introduce a new line, or are specially aligned.



Copyright © 2014 TNG Technology Consulting. All rights reserved.