com.atlassian.webdriver.debug
Class TestWebDriverDebug
java.lang.Object
com.atlassian.webdriver.debug.TestWebDriverDebug
public class TestWebDriverDebug
- extends Object
Test case for WebDriverDebug.
- Since:
- 2.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
temporaryFolder
public final org.junit.rules.TemporaryFolder temporaryFolder
TestWebDriverDebug
public TestWebDriverDebug()
initDrivers
public void initDrivers()
shouldNotAcceptNullDriver
public void shouldNotAcceptNullDriver()
shouldReturnCurrentUrl
public void shouldReturnCurrentUrl()
dumpPageSourceToNonExistingFile
public void dumpPageSourceToNonExistingFile()
throws IOException
- Throws:
IOException
dumpPageSourceToExistingFile
public void dumpPageSourceToExistingFile()
throws IOException
- Throws:
IOException
dumpPageShouldNotThrowExceptionOnIoError
public void dumpPageShouldNotThrowExceptionOnIoError()
throws IOException
- Throws:
IOException
dumpPageSourceToWriterShouldWorkGivenWorkingWriter
public void dumpPageSourceToWriterShouldWorkGivenWorkingWriter()
shouldTakeScreenshotGivenDriverTakesScreenshot
public void shouldTakeScreenshotGivenDriverTakesScreenshot()
throws IOException
- Throws:
IOException
shouldTakeScreenshotGivenUnderlyingDriverTakesScreenshot
public void shouldTakeScreenshotGivenUnderlyingDriverTakesScreenshot()
throws IOException
- Throws:
IOException
shouldNotTakeScreenshotGivenNoUnderlyingDriverTakesScreenshot
public void shouldNotTakeScreenshotGivenNoUnderlyingDriverTakesScreenshot()
throws IOException
- Throws:
IOException
shouldNotTakeScreenshotGivenIoError
public void shouldNotTakeScreenshotGivenIoError()
throws IOException
- Throws:
IOException
Copyright © 2014 Atlassian. All rights reserved.