public class TestIgnoreBrowserRuleLegacyAnnotations extends Object
IgnoreBrowserRule.
This tests for the legacy annotations support and must be removed once
IgnoreBrowser and
TestBrowser are removed.| Modifier and Type | Class and Description |
|---|---|
static class |
TestIgnoreBrowserRuleLegacyAnnotations.MockClassWithIgnoreMethods |
static class |
TestIgnoreBrowserRuleLegacyAnnotations.MockClassWithRequireMethods |
static class |
TestIgnoreBrowserRuleLegacyAnnotations.MockIgnoreBrowserClass |
static class |
TestIgnoreBrowserRuleLegacyAnnotations.MockRequireBrowserClass |
| Constructor and Description |
|---|
TestIgnoreBrowserRuleLegacyAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldIgnoreForAnnotatedMethodWithIgnoreAll() |
void |
shouldIgnoreForAnnotatedTestMethod() |
void |
shouldIgnoreForAnnotatedTestMethodWithMultipleValues() |
void |
shouldIgnoreForIgnoreBrowserOnClass() |
void |
shouldNeverSkipForAnnotatedMethodWithRequireAll() |
void |
shouldNotIgnoreForAnnotatedClassIfBrowserNotMatching() |
void |
shouldNotIgnoreForAnnotatedTestMethodIfNotMatching() |
void |
shouldNotSkipForAnnotatedTestMethodIfMatching() |
void |
shouldNotSkipForRequireBrowserOnClassIfBrowserMatching() |
void |
shouldSkipForAnnotatedTestMethod() |
void |
shouldSkipForRequireBrowserOnClass() |
public TestIgnoreBrowserRuleLegacyAnnotations()
public void shouldIgnoreForAnnotatedTestMethod()
public void shouldIgnoreForAnnotatedTestMethodWithMultipleValues()
public void shouldNotIgnoreForAnnotatedTestMethodIfNotMatching()
public void shouldIgnoreForAnnotatedMethodWithIgnoreAll()
public void shouldIgnoreForIgnoreBrowserOnClass()
public void shouldNotIgnoreForAnnotatedClassIfBrowserNotMatching()
public void shouldSkipForAnnotatedTestMethod()
public void shouldNotSkipForAnnotatedTestMethodIfMatching()
public void shouldNeverSkipForAnnotatedMethodWithRequireAll()
public void shouldSkipForRequireBrowserOnClass()
public void shouldNotSkipForRequireBrowserOnClassIfBrowserMatching()
Copyright © 2015 Atlassian. All rights reserved.