Package | Description |
---|---|
com.whitestein.lsps.test | |
com.whitestein.lsps.test.web |
Modifier and Type | Method and Description |
---|---|
Todo |
ModelInstance.findSingleAliveTodo(String title)
Finds an alive Todo with the given title.
|
Todo |
ModelInstance.findSingleAliveTodoForPerson(Person person,
String title)
Finds an alive Todo with the given title in the todo list of the current user
belonging to this model instance.
|
Todo |
LspsRemote.getTodo(long todoId)
Returns the to-do with a given id, if not found, an exception is thrown.
|
Todo |
ModelInstance.waitForSingleAliveTodo(String title) |
Todo |
ModelInstance.waitForSingleAliveTodo(String title,
long timeoutMillis) |
Modifier and Type | Method and Description |
---|---|
List<Todo> |
ModelInstance.findAliveTodos()
Finds alive Todos created by this model instance.
|
List<Todo> |
ModelInstance.findAliveTodos(String title)
Finds alive Todos created by this model instance.
|
List<Todo> |
ModelInstance.findAliveTodosForPerson(Person person)
Finds Todos created by this model instance in the given person todo list.
|
List<Todo> |
ModelInstance.findTodos()
Finds Todos created by this model instance.
|
List<Todo> |
ModelInstance.findTodos(TodoStatus status)
Finds todos created by this model instance with the given status.
|
List<Todo> |
ModelInstance.findTodos(TodoStatus status,
String title)
Finds todos created by this model instance with the given status and a given title.
|
List<Todo> |
Person.getTodoList()
Returns the current to-do list of this person.
|
Modifier and Type | Method and Description |
---|---|
List<Todo> |
UITester.getTodoList()
Obtains a complete list of TO-DOs for the currently logged-in user.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.