Package org.togglz.spring.test
Class TogglzTestExecutionListener
- java.lang.Object
-
- org.springframework.test.context.support.AbstractTestExecutionListener
-
- org.togglz.spring.test.TogglzTestExecutionListener
-
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public class TogglzTestExecutionListener extends org.springframework.test.context.support.AbstractTestExecutionListener
-
-
Constructor Summary
Constructors Constructor Description TogglzTestExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeTestMethod(org.springframework.test.context.TestContext testContext)intgetOrder()
-
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered- Overrides:
getOrderin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
beforeTestMethod
public void beforeTestMethod(org.springframework.test.context.TestContext testContext)
- Specified by:
beforeTestMethodin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
beforeTestMethodin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
-