Annotation Type ExtensibleWidget
-
@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ExtensibleWidgetAnnotation to indicate that testing widget should be extensible. Every test class that extendsAbstractCockpitngUnitTestby default consider widget as extensible
-
-
Field Summary
Fields Modifier and Type Fields Description static intALLstatic intCONSTRUCTORSstatic intFIELDSstatic intMETHODS
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intleveljava.lang.StringprivateMethodsProviderNamename of method in your testing class, that allows specify methods which are on purpose inextensible.booleanvalue
-
-
-
-
privateMethodsProviderName
java.lang.String privateMethodsProviderName
name of method in your testing class, that allows specify methods which are on purpose inextensible. This method should has no arguments, and return List- Returns:
- See Also:
InextensibleMethod
- Default:
- ""
-
-