public class BaseTestdriverTest extends Object
| Constructor and Description |
|---|
BaseTestdriverTest() |
BaseTestdriverTest(EnvironmentHandler environmentHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertEquals(String expected,
String found)
Log and assert equality.
|
void |
assertTrue(boolean condition)
Log and assert a condition.
|
org.openqa.selenium.WebDriver |
driver()
Get the driver that belongs to the calling test.
|
TestdriverLogger |
logger()
Get the logger that belongs to the calling test.
|
public BaseTestdriverTest()
public BaseTestdriverTest(EnvironmentHandler environmentHandler)
public org.openqa.selenium.WebDriver driver()
public TestdriverLogger logger()
public void assertTrue(boolean condition)
condition - the condition to assert is true.Copyright © 2018. All rights reserved.