com.atlassian.webdriver.rule
Class TestIgnoreBrowserRule
java.lang.Object
com.atlassian.webdriver.rule.TestIgnoreBrowserRule
public class TestIgnoreBrowserRule
- extends Object
Test case for IgnoreBrowserRule.
- Since:
- 2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestIgnoreBrowserRule
public TestIgnoreBrowserRule()
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()
shouldSkipForAnnotatedTestMethodWithMultipleValues
public void shouldSkipForAnnotatedTestMethodWithMultipleValues()
shouldNotSkipForAnnotatedTestMethodIfMatching
public void shouldNotSkipForAnnotatedTestMethodIfMatching()
shouldNeverSkipForAnnotatedMethodWithRequireAll
public void shouldNeverSkipForAnnotatedMethodWithRequireAll()
shouldSkipForRequireBrowserOnClass
public void shouldSkipForRequireBrowserOnClass()
shouldNotSkipForRequireBrowserOnClassIfBrowserMatching
public void shouldNotSkipForRequireBrowserOnClassIfBrowserMatching()
Copyright © 2014 Atlassian. All rights reserved.