
| Interface | Description |
|---|---|
| LifecycleEvent |
Describes a Event with the capability of Vetoing the execution of a method.
|
| Class | Description |
|---|---|
| After |
Event fired After the Test method execution.
|
| AfterClass |
Event fired After the Class execution.
|
| AfterSuite |
Event fired After the Suite execution.
|
| Before |
Event fired Before the Test method execution
|
| BeforeClass |
Event fired Before the Class execution.
|
| BeforeSuite |
Event fired Before the Suite execution.
|
| ClassEvent |
Base for events fired in the Test Class execution cycle.
|
| ClassLifecycleEvent |
A ClassLifeCycleEvent is a type of ClassEvent used for e.g.
|
| SuiteEvent |
Base for events fired in the Suite execution cycle.
|
| Test |
Event fired to execute the Test method
|
| TestEvent |
Base for events fired in the Test execution cycle.
|
| TestLifecycleEvent |
A TestLifeCycleEvent is a type of TestEvent used for e.g.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.