org.databene.contiperf.junit
Class JUnitInvoker

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

public class JUnitInvoker
extends 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(String id, org.junit.runners.model.Statement base)
           
 
Method Summary
 String getId()
           
 Object invoke(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(String id,
                    org.junit.runners.model.Statement base)
Method Detail

getId

public String getId()
Specified by:
getId in interface Invoker

invoke

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


Copyright © 2013. All Rights Reserved.