org.jboss.testharness
Class TestNGInvocationContext

java.lang.Object
  extended by org.jboss.testharness.TestNGInvocationContext
All Implemented Interfaces:
TestLauncher.InvocationContext

public class TestNGInvocationContext
extends java.lang.Object
implements TestLauncher.InvocationContext


Constructor Summary
TestNGInvocationContext(org.testng.ITestResult testResult, org.testng.IHookCallBack callback)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 void proceed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGInvocationContext

public TestNGInvocationContext(org.testng.ITestResult testResult,
                               org.testng.IHookCallBack callback)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()
Specified by:
getMethod in interface TestLauncher.InvocationContext

proceed

public void proceed()
Specified by:
proceed in interface TestLauncher.InvocationContext


Copyright © 2009-2010. All Rights Reserved.