com.atlassian.webdriver
Class AtlassianWebDriverTestBase

java.lang.Object
  extended by com.atlassian.webdriver.AtlassianWebDriverTestBase

Deprecated. This class is no longer necessary as most of its functionality is provided by the JUnit rules in com.atlassian.webdriver.testing.rule Scheduled for removal in 3.0

@Deprecated
public abstract class AtlassianWebDriverTestBase
extends Object

Since:
2.0

Field Summary
protected static AtlassianWebDriver driver
          Deprecated.  
 WebDriverScreenshotRule rule
          Deprecated.  
 
Constructor Summary
AtlassianWebDriverTestBase()
          Deprecated.  
 
Method Summary
static void cleanUp()
          Deprecated.  
static void startUp()
          Deprecated.  
 void tearDown()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

protected static AtlassianWebDriver driver
Deprecated. 

rule

public WebDriverScreenshotRule rule
Deprecated. 
Constructor Detail

AtlassianWebDriverTestBase

public AtlassianWebDriverTestBase()
Deprecated. 
Method Detail

tearDown

public void tearDown()
Deprecated. 

startUp

public static void startUp()
Deprecated. 

cleanUp

public static void cleanUp()
                    throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2014 Atlassian. All rights reserved.