org.testng.internal
Class InvokeMethodRunnable

java.lang.Object
  extended by org.testng.internal.InvokeMethodRunnable
All Implemented Interfaces:
java.lang.Runnable

public class InvokeMethodRunnable
extends java.lang.Object
implements java.lang.Runnable

A Runnable Method invoker.

Author:
Nested Class Summary
static class InvokeMethodRunnable.TestNGRuntimeException
           
 
Constructor Summary
InvokeMethodRunnable(ITestNGMethod thisMethod, java.lang.Object instance, java.lang.Object[] parameters)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeMethodRunnable

public InvokeMethodRunnable(ITestNGMethod thisMethod,
                            java.lang.Object instance,
                            java.lang.Object[] parameters)
Method Detail

run

public void run()
         throws InvokeMethodRunnable.TestNGRuntimeException
Specified by:
run in interface java.lang.Runnable
Throws:
InvokeMethodRunnable.TestNGRuntimeException


Copyright © 2010. All Rights Reserved.