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
Exception
protected 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-2017. All Rights Reserved.