Package | Description |
---|---|
ch.tatool.data | |
ch.tatool.exec |
Modifier and Type | Method and Description |
---|---|
List<Trial> |
DataService.getTrials(Module module,
ModuleSession session,
Node node,
int maxResults)
Get a list of trials for a given element, ordered by the most recent trial first.
|
List<Trial> |
DataService.getTrials(Module module,
ModuleSession session,
String elementNameLike,
String propertyNameLike,
int offSet,
int maxResults)
Get a list of x trials with a given property of a given element, ordered by the most recent trial first.
|
List<Trial> |
DataService.getTrials(ModuleSession session)
Get all trials for a session.
|
Modifier and Type | Method and Description |
---|---|
void |
DataService.insertTrial(ModuleSession session,
Trial trial)
Inserts a new trial object into the session.
|
Modifier and Type | Method and Description |
---|---|
Trial |
ExecutionData.addTrial()
Add a new trial to the list of trials for the current execution.
|
Trial |
ExecutionData.getCreateFirstTrial()
Get the first trial in the list, create a trial if none exist.
|
Trial |
ExecutionData.getCreateLastTrial()
Get the last trial in the list, create a trial if none exist.
|
Modifier and Type | Method and Description |
---|---|
List<Trial> |
ExecutionData.getTrials()
Get the trial objects for the actual execution.
|
Copyright © 2013. All Rights Reserved.