Package | Description |
---|---|
psdi.app.person.unittest |
Modifier and Type | Method and Description |
---|---|
static Person |
PersonUnitTestLibrary.changeStatus(Person person,
java.lang.String status) |
static Person |
PersonUnitTestLibrary.createPerson() |
static Person |
PersonUnitTestLibrary.createPerson(java.lang.String personName)
Creates a person with a generated person name with no other information.
|
static Person |
PersonUnitTestLibrary.createSupervisorChain(Person person,
int height,
int width)
Creates a supervisor tree.
|
Modifier and Type | Method and Description |
---|---|
static Person |
PersonUnitTestLibrary.changeStatus(Person person,
java.lang.String status) |
static Person |
PersonUnitTestLibrary.createSupervisorChain(Person person,
int height,
int width)
Creates a supervisor tree.
|