@Documented @Inherited @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface NotImplementedYet
This is useful if one already wants to define the scenario without already implementing all steps, for example, to verify that all acceptance criteria of a story are covered by the scenario.
Can also annotated the overall step definition class to indicate that no step is implemented yet.
Finally, a test method can be annotated to indicate that the whole test is not implemented yet. The test will then be ignored by the testing-framework. Currently only works for JUnit
public abstract String value
Copyright © 2014 TNG Technology Consulting. All rights reserved.