Annotation Type VerifyComponentRendererConfig
-
@Retention(RUNTIME) @Target(TYPE) public @interface VerifyComponentRendererConfig
This annotation can be used for further configuration of tests based onAbstractComponentRendererTest- Author:
- Oliver Wolff
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanwrapComponentInForm
-
-
-
Element Detail
-
wrapComponentInForm
boolean wrapComponentInForm
- Returns:
- boolean indicating whether the test should wrap the component to be
tested into a
HtmlFormprior to rendering. Defaults tofalse, The form itself will not be rendered
- Default:
- false
-
-