Package io.webdevice.wiring
Class WebDeviceListener
- java.lang.Object
-
- org.springframework.test.context.support.AbstractTestExecutionListener
-
- io.webdevice.wiring.WebDeviceListener
-
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.test.context.TestExecutionListener
public class WebDeviceListener extends org.springframework.test.context.support.AbstractTestExecutionListener
-
-
Constructor Summary
Constructors Constructor Description WebDeviceListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTestMethod(org.springframework.test.context.TestContext context)
-
-
-
Method Detail
-
afterTestMethod
public void afterTestMethod(org.springframework.test.context.TestContext context)
- Specified by:
afterTestMethodin interfaceorg.springframework.test.context.TestExecutionListener- Overrides:
afterTestMethodin classorg.springframework.test.context.support.AbstractTestExecutionListener
-
-