Package dev.galasa.core.manager
Annotation Interface ResourceString
Fill this field with a unique (within the ecosystem) string of a set length. The CPS property core.resource.string.[length].pattern determines the make up of the random string.
Will only populate public IResourceString
fields.
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
tag
String tagThe tag of the Resource String this variable is to be populated with. The tag must be provided as there is no default for this resource. TheIResourceString
object is keyed on the tag, so if the tag is referred to in multiple super classes, then the lengths must be identical otherwise an exception will be thrown.
-
-
-
length
int lengthGenerate and lock a resource string- Returns:
- the length of the string to generate
- Default:
- 8
-