| Interface | Description |
|---|---|
| StatementDecorator.Action |
| Class | Description |
|---|---|
| DisableOnboardingRule | |
| EnsureJiraSetupRule |
The rule ensures that JIRA is setup.
|
| HttpUnitConfigurationRule | |
| InitBackdoorRule |
Rule for backdoor and environment data initialisation.
|
| InjectFieldsRule |
Rule that can be used to inject fields to test class.
|
| LoginAsRule |
The rule will log in user based on
LoginAs annotation. |
| LogTimeRule |
Rule which adds logging before and after test execution.
|
| OutgoingMailConfigureSmtpRule |
Rule to initialize SMTPBackdoor for listening for emails.
|
| OutgoingMailEventQueueRule |
Rule to initialize SMTPBackdoor for listening for emails.
|
| OutgoingMailTestRule |
Adds support for email testing by using it as a rule in conjunction with
MailTest method annotation. |
| RestoreDataBackdoor |
Rule that handles
RestoreOnce for class and provides backdoor
implementation |
| RestoreDataOnlyOnce |
Restore data on class level.
|
| RestoreDataRule |
The rule which executes data restore before tests are executed basing on
Restore and RestoreBlankInstance
annotations. |
| Rules |
Creates
TestRule instances. |
| StatementDecorator |
Decorates statement with code that can be executed before statement
|
| WebTesterRule |
Rule to initialize HtmlUnit test for JIRA func tests.
|
| Annotation Type | Description |
|---|---|
| MailTest |
Indicates that the test should turn on email queue logging, clear quqeue, perform the test, and stop email quqeue after finishing tests.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.