public class PowerMockTestCase extends 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 Exception
Exceptionprotected void beforePowerMockTestMethod()
throws Exception
Exception - If something unexpected goes wrong.protected void afterPowerMockTestMethod()
throws Exception
Exception - If something unexpected goes wrong.public org.testng.IObjectFactory create(org.testng.ITestContext context)
Copyright © 2007–2014. All rights reserved.