com.atlassian.webdriver.rule
Class TestIgnoreBrowserRuleLegacyAnnotations
java.lang.Object
com.atlassian.webdriver.rule.TestIgnoreBrowserRuleLegacyAnnotations
public class TestIgnoreBrowserRuleLegacyAnnotations
- extends Object
Test case for IgnoreBrowserRule.
This tests for the legacy annotations support and must be removed once
IgnoreBrowser and
TestBrowser are removed.
- Since:
- 2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestIgnoreBrowserRuleLegacyAnnotations
public TestIgnoreBrowserRuleLegacyAnnotations()
shouldIgnoreForAnnotatedTestMethod
public void shouldIgnoreForAnnotatedTestMethod()
shouldIgnoreForAnnotatedTestMethodWithMultipleValues
public void shouldIgnoreForAnnotatedTestMethodWithMultipleValues()
shouldNotIgnoreForAnnotatedTestMethodIfNotMatching
public void shouldNotIgnoreForAnnotatedTestMethodIfNotMatching()
shouldIgnoreForAnnotatedMethodWithIgnoreAll
public void shouldIgnoreForAnnotatedMethodWithIgnoreAll()
shouldIgnoreForIgnoreBrowserOnClass
public void shouldIgnoreForIgnoreBrowserOnClass()
shouldNotIgnoreForAnnotatedClassIfBrowserNotMatching
public void shouldNotIgnoreForAnnotatedClassIfBrowserNotMatching()
shouldSkipForAnnotatedTestMethod
public void shouldSkipForAnnotatedTestMethod()
shouldNotSkipForAnnotatedTestMethodIfMatching
public void shouldNotSkipForAnnotatedTestMethodIfMatching()
shouldNeverSkipForAnnotatedMethodWithRequireAll
public void shouldNeverSkipForAnnotatedMethodWithRequireAll()
shouldSkipForRequireBrowserOnClass
public void shouldSkipForRequireBrowserOnClass()
shouldNotSkipForRequireBrowserOnClassIfBrowserMatching
public void shouldNotSkipForRequireBrowserOnClassIfBrowserMatching()
Copyright © 2014 Atlassian. All rights reserved.