Interface | Description |
---|---|
StatementDecorator.Action |
Class | Description |
---|---|
AbstractBuildNumberRule<T extends Annotation> | |
BeforeBuildRule |
Ensures tests are ignored if the currently running JIRA is on an newer build number than when the test was written,
and the tested product/feature has changed after this build.
|
CheckCachesRule |
Executes after tests to validate that no cache serialization errors occurred.
|
DisableBigPipeRule | |
DisableOnboardingRule | |
EnableAnalyticsRule |
The rule will enable analytics events by
EnableAnalytics annotation. |
EnsureJiraSetupRule |
The rule ensures that JIRA is setup.
|
HttpUnitConfigurationRule | |
InjectFieldsRule |
Rule that can be used to inject fields to test class.
|
JiraRestClientSupplier | |
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. |
SinceBuildRule |
Ensures tests are ignored if the currently running JIRA is on an older build number than when the test was written.
|
StatementDecorator |
Decorates statement with code that can be executed before statement
|
TemporaryFileRule | |
WebTesterRule |
Rule to initialize HtmlUnit test for JIRA func tests.
|
Annotation Type | Description |
---|---|
BeforeBuildRule.BeforeBuild | |
MailTest |
Indicates that the test should turn on email queue logging, clear quqeue, perform the test, and stop email quqeue after finishing tests.
|
SinceBuildRule.SinceBuild | |
SkipCacheCheck |
When present, cache serialization check will not be performed for tests.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.