public abstract class AbstractTestCase<D,B extends UiTestBase<D>> extends TestNGTestCase
Modifier and Type | Field and Description |
---|---|
protected PropertyUtil |
props
Deprecated.
use
TestNGTestCase.getProps() instead |
context, logger
Constructor and Description |
---|
AbstractTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
afterClass(org.testng.ITestContext testContext) |
void |
afterGroup(org.testng.ITestContext testContext) |
void |
afterMethod(org.testng.ITestContext testContext,
org.testng.ITestResult tr) |
void |
afterTest(org.testng.ITestContext testContext) |
D |
getDriver() |
abstract B |
getTestBase() |
afterSuit, getProps, setup, setupMethod, setupSuit, setupTest
assertFalse, assertThat, assertThat, assertTrue, givenThat, givenThat, verifyFalse, verifyThat, verifyThat, verifyTrue
protected PropertyUtil props
TestNGTestCase.getProps()
insteadpublic abstract B getTestBase()
public D getDriver()
public final void afterMethod(org.testng.ITestContext testContext, org.testng.ITestResult tr)
public final void afterGroup(org.testng.ITestContext testContext)
public final void afterClass(org.testng.ITestContext testContext)
public final void afterTest(org.testng.ITestContext testContext)
Copyright © 2000 Infostretch Corp.