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, createMethodStatementpublic static final SybaseDumpTransactionLogTestRule INSTANCE
public void afterMethod(org.junit.runner.Description description,
Void v,
Object target)
throws Exception
afterMethod in class AbstractTestRule<Void,Void>Exceptionpublic Void beforeClass(org.junit.runner.Description description)
throws SQLException
beforeClass in class AbstractTestRule<Void,Void>SQLExceptionpublic Void beforeMethod(org.junit.runner.Description description,
Object target)
throws SQLException
beforeMethod in class AbstractTestRule<Void,Void>SQLExceptionprotected void afterClass(org.junit.runner.Description description,
Void v)
afterClass in class AbstractTestRule<Void,Void>