Annotation Type SkipExtractNewRecordState
@Target({METHOD,ANNOTATION_TYPE,TYPE})
@Retention(RUNTIME)
public @interface SkipExtractNewRecordState
Allows preventing the
ExtractNewRecordState transform from being applied to the parameterized test.- Author:
- Chris Cranford
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueReturns the reason why the transform should be excluded.- Default:
- ""
-