| Interface | Description |
|---|---|
| Ability |
A marker interface to indicate that an actor can perform some ability.
|
| Action | Deprecated
Use Interaction instead
|
| Consequence<T> | |
| Interaction |
A marker class to indicate that a Performable represents a system interaction (action),
rather than a business task.
|
| Performable |
A task or action that can be performed by an actor.
|
| PerformsTasks | |
| Question<ANSWER> | |
| QuestionDiagnostics | |
| RecordsInputs | |
| RefersToActor | |
| Task |
A marker class to indicate that a Performable represents a higher level business task,
rather than a system interaction.
|
| Class | Description |
|---|---|
| Actor |
An actor represents the person or system using the application under test.
|
| AnonymousInteraction | |
| AnonymousPerformable | |
| AnonymousPerformableFieldSetter<T extends AnonymousPerformable> | |
| AnonymousTask | |
| BaseConsequence<T> | |
| BooleanQuestionConsequence<T> | |
| Complaint | |
| ConsequenceListener | |
| EventBusInterface | |
| EventualConsequence<T> | |
| EventualConsequenceBuilder<T> | |
| ExternalValueQuestion | |
| FailedConsequence | |
| GivenWhenThen | |
| InstrumentedTask | |
| PerformedTaskTally | |
| PredicateConsequence<T> | |
| QuestionConsequence<T> | |
| QuestionSubject<T> | |
| SilentInteraction | |
| SilentTask | |
| SilentTasks | |
| Tasks | |
| Uninstrumented |
Created by john on 16/08/2015.
|
| UseAnAbility |
| Exception | Description |
|---|---|
| NoMatchingAbilityException | |
| TaskInstantiationException |