com.atlassian.webdriver.rule
Class TestIgnoreBrowserRule

java.lang.Object
  extended by com.atlassian.webdriver.rule.TestIgnoreBrowserRule

public class TestIgnoreBrowserRule
extends Object

Test case for IgnoreBrowserRule.

Since:
2.1

Nested Class Summary
static class TestIgnoreBrowserRule.MockClassWithIgnoreMethods
           
static class TestIgnoreBrowserRule.MockClassWithRequireMethods
           
static class TestIgnoreBrowserRule.MockIgnoreBrowserClass
           
static class TestIgnoreBrowserRule.MockRequireBrowserClass
           
 
Constructor Summary
TestIgnoreBrowserRule()
           
 
Method Summary
 void shouldIgnoreForAnnotatedMethodWithIgnoreAll()
           
 void shouldIgnoreForAnnotatedTestMethod()
           
 void shouldIgnoreForAnnotatedTestMethodWithMultipleValues()
           
 void shouldIgnoreForIgnoreBrowserOnClass()
           
 void shouldNeverSkipForAnnotatedMethodWithRequireAll()
           
 void shouldNotIgnoreForAnnotatedClassIfBrowserNotMatching()
           
 void shouldNotIgnoreForAnnotatedTestMethodIfNotMatching()
           
 void shouldNotSkipForAnnotatedTestMethodIfMatching()
           
 void shouldNotSkipForRequireBrowserOnClassIfBrowserMatching()
           
 void shouldSkipForAnnotatedTestMethod()
           
 void shouldSkipForAnnotatedTestMethodWithMultipleValues()
           
 void shouldSkipForRequireBrowserOnClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIgnoreBrowserRule

public TestIgnoreBrowserRule()
Method Detail

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.