com.atlassian.webdriver.rule
Class TestIgnoreBrowserRuleLegacyAnnotations

java.lang.Object
  extended by 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

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

Constructor Detail

TestIgnoreBrowserRuleLegacyAnnotations

public TestIgnoreBrowserRuleLegacyAnnotations()
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()

shouldNotSkipForAnnotatedTestMethodIfMatching

public void shouldNotSkipForAnnotatedTestMethodIfMatching()

shouldNeverSkipForAnnotatedMethodWithRequireAll

public void shouldNeverSkipForAnnotatedMethodWithRequireAll()

shouldSkipForRequireBrowserOnClass

public void shouldSkipForRequireBrowserOnClass()

shouldNotSkipForRequireBrowserOnClassIfBrowserMatching

public void shouldNotSkipForRequireBrowserOnClassIfBrowserMatching()


Copyright © 2014 Atlassian. All rights reserved.