public class SybaseDumpTransactionLogTestRule extends AbstractTestRule<Void,Void>
Modifier and Type | Field and Description |
---|---|
static SybaseDumpTransactionLogTestRule |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected void |
afterClass(org.junit.runner.Description description,
Void v) |
void |
afterMethod(org.junit.runner.Description description,
Void v,
Object target) |
Void |
beforeClass(org.junit.runner.Description description) |
Void |
beforeMethod(org.junit.runner.Description description,
Object target) |
apply, createClassStatement, createMethodStatement
public static final SybaseDumpTransactionLogTestRule INSTANCE
public void afterMethod(org.junit.runner.Description description, Void v, Object target) throws Exception
afterMethod
in class AbstractTestRule<Void,Void>
Exception
public Void beforeClass(org.junit.runner.Description description) throws SQLException
beforeClass
in class AbstractTestRule<Void,Void>
SQLException
public Void beforeMethod(org.junit.runner.Description description, Object target) throws SQLException
beforeMethod
in class AbstractTestRule<Void,Void>
SQLException
protected void afterClass(org.junit.runner.Description description, Void v)
afterClass
in class AbstractTestRule<Void,Void>