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