org.ops4j.pax.exam.junit.extender
Interface CallableTestMethod


public interface CallableTestMethod

A callable test method.

Since:
May 29, 2008
Author:
Toni Menzel (tonit)

Method Summary
 void call()
          Executes the test method.
 

Method Detail

call

void call()
          throws java.lang.ClassNotFoundException,
                 java.lang.InstantiationException,
                 java.lang.IllegalAccessException,
                 java.lang.reflect.InvocationTargetException
Executes the test method.

Throws:
java.lang.ClassNotFoundException - - If the test class cannot be loaded
java.lang.InstantiationException - - If an instance of the test class cannot be created
java.lang.IllegalAccessException - - Re-thrown from reflective invokation of test method
java.lang.reflect.InvocationTargetException - - Re-thrown from reflective invokation of test method


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.