Package | Description |
---|---|
me.alb_i986.selenium.tinafw.tasks | |
me.alb_i986.selenium.tinafw.tasks.runnable |
Modifier and Type | Class and Description |
---|---|
class |
OrWebTask
A
CompositeWebTask which chains subtasks in a logical OR. |
Modifier and Type | Method and Description |
---|---|
CompositeWebTask |
CompositeWebTask.append(WebTask... subtasks)
Append the given subtasks to the list of components.
|
static CompositeWebTask |
WebTasks.composite(WebTask... components) |
static CompositeWebTask |
WebTasks.given(WebTask... givens)
A BDD Given step.
|
static CompositeWebTask |
WebTasks.then(WebTask... thens)
A BDD Then step.
|
static CompositeWebTask |
WebTasks.when(WebTask... whens)
A BDD When step.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleUserInteraction
A fully executable single user interaction with the SUT.
|
Copyright © 2015. All rights reserved.