org.databene.contiperf.junit
Class JUnitInvoker

java.lang.Object
  extended by org.databene.contiperf.junit.JUnitInvoker
All Implemented Interfaces:
Invoker

public class JUnitInvoker
extends java.lang.Object
implements Invoker

Invoker implementation for JUnit 4.7+.

Created: 22.10.2009 16:55:12

Since:
1.0
Author:
Volker Bergmann

Constructor Summary
JUnitInvoker(java.lang.String id, org.junit.runners.model.Statement base)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.Object invoke(java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitInvoker

public JUnitInvoker(java.lang.String id,
                    org.junit.runners.model.Statement base)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Invoker

invoke

public java.lang.Object invoke(java.lang.Object[] args)
                        throws java.lang.Exception
Specified by:
invoke in interface Invoker
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.