Class | Description |
---|---|
Arquillian |
Main Arquillian JUnit runner
|
Arquillian.EmptyStatement | |
Arquillian.StatementLifecycleExecutor | |
InSequenceSorter |
InOrderSorter
|
RulesEnricher |
Enriches instance of the Rule that has been applied; of the Statement that is about to be taken; and of the Test that is
about to be executed
|
SecurityActions |
A set of privileged actions that are not to leak out
of this package
|
State |
State
|
Enum | Description |
---|---|
SecurityActions.GetTcclAction |
Single instance to get the TCCL
|
Annotation Type | Description |
---|---|
InSequence |
Annotation used to order the execution flow of the @Test methods defined in a JUnit test class.
|