com.tngtech.jgiven.annotation
Annotation Type Hidden


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

Annotates a step method to be hidden in reports. This is useful for technical helper methods that have no meaning in the domain world. You should write helper methods in camelCase so that the name already indicates that the method does not appear in the report.



Copyright © 2014 TNG Technology Consulting. All rights reserved.