@Transactional(isolation=READ_UNCOMMITTED)
public class AuthenticationTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
Constructor and Description |
---|
AuthenticationTestExecutionListener() |
Modifier and Type | Method and Description |
---|---|
void |
beforeTestClass(org.springframework.test.context.TestContext ctx) |
void |
beforeTestMethod(org.springframework.test.context.TestContext testContext) |
int |
getOrder() |
public void beforeTestClass(org.springframework.test.context.TestContext ctx)
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
getOrder
in class org.springframework.test.context.support.AbstractTestExecutionListener
public void beforeTestMethod(org.springframework.test.context.TestContext testContext) throws java.lang.Exception
java.lang.Exception