Package | Description |
---|---|
org.identityconnectors.contract.data.groovy |
Modifier and Type | Class and Description |
---|---|
class |
Get
Lazily get a property
This is a Helper class, users of tests will access methods:
random(Object) and get(Object) )
|
class |
Random
Generate random strings based on given pattern
This is a Helper class, users of tests will access methods:
random(Object) and get(Object) )
|
Modifier and Type | Method and Description |
---|---|
static Lazy |
Lazy.get(Object prop)
retrieve value of another property dynamically
|
Lazy |
Lazy.plus(Lazy lazy) |
Lazy |
Lazy.plus(String s)
overriding plus operation to be able to concatenate Lazy objects to
others.
|
static Lazy |
Lazy.random(Object pattern) |
static Lazy |
Lazy.random(Object pattern,
Class<?> clazz)
generate a random object based on given pattern.
|
Modifier and Type | Method and Description |
---|---|
Lazy |
Lazy.plus(Lazy lazy) |
Copyright © 2022. All rights reserved.