com.evolveum.midpoint.tools.testng
Class TestMethodLoggerListener
java.lang.Object
com.evolveum.midpoint.tools.testng.TestMethodLoggerListener
- All Implemented Interfaces:
- org.testng.IInvokedMethodListener, org.testng.ITestNGListener
public class TestMethodLoggerListener
- extends java.lang.Object
- implements org.testng.IInvokedMethodListener
Created by IntelliJ IDEA.
User: mamut
Date: 22.11.2011
Time: 16:13
To change this template use File | Settings | File Templates.
Method Summary |
void |
afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
|
void |
beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethodLoggerListener
public TestMethodLoggerListener()
beforeInvocation
public void beforeInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
- Specified by:
beforeInvocation
in interface org.testng.IInvokedMethodListener
afterInvocation
public void afterInvocation(org.testng.IInvokedMethod method,
org.testng.ITestResult testResult)
- Specified by:
afterInvocation
in interface org.testng.IInvokedMethodListener
Copyright © 2012 evolveum. All Rights Reserved.