public class PowerMockTestCase
extends java.lang.Object
| Constructor and Description |
|---|
PowerMockTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPowerMockTestClass() |
protected void |
afterPowerMockTestMethod()
Must be executed after each test method.
|
protected void |
beforePowerMockTestClass() |
protected void |
beforePowerMockTestMethod()
Must be executed before each test method.
|
org.testng.IObjectFactory |
create(org.testng.ITestContext context) |
protected void beforePowerMockTestClass()
throws java.lang.Exception
java.lang.Exceptionprotected void afterPowerMockTestClass()
throws java.lang.Exception
java.lang.Exceptionprotected void beforePowerMockTestMethod()
throws java.lang.Exception
java.lang.Exception - If something unexpected goes wrong.protected void afterPowerMockTestMethod()
throws java.lang.Exception
java.lang.Exception - if something unexpected goes wrong.public org.testng.IObjectFactory create(org.testng.ITestContext context)
context - the test context.