de.jdemo.junit
Class DemoMethod

java.lang.Object
  extended by org.junit.internal.runners.TestMethod
      extended by de.jdemo.junit.DemoMethod

public class DemoMethod
extends org.junit.internal.runners.TestMethod


Constructor Summary
DemoMethod(java.lang.reflect.Method method, org.junit.internal.runners.TestClass testClass)
           
 
Method Summary
 long getTimeout()
           
 void invoke(java.lang.Object test)
           
 
Methods inherited from class org.junit.internal.runners.TestMethod
getExpectedException, isIgnored
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoMethod

public DemoMethod(java.lang.reflect.Method method,
                  org.junit.internal.runners.TestClass testClass)
Method Detail

getTimeout

public long getTimeout()
Overrides:
getTimeout in class org.junit.internal.runners.TestMethod

invoke

public void invoke(java.lang.Object test)
            throws java.lang.IllegalArgumentException,
                   java.lang.IllegalAccessException,
                   java.lang.reflect.InvocationTargetException
Overrides:
invoke in class org.junit.internal.runners.TestMethod
Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException


JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.