org.jboss.arquillian.spi
Interface TestRunnerAdaptor


public interface TestRunnerAdaptor

TestRunnerAdaptor Need to be Thread-safe

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void after(Object testInstance, Method testMethod)
           
 void afterClass(Class<?> testClass)
           
 void afterSuite()
           
 void before(Object testInstance, Method testMethod)
           
 void beforeClass(Class<?> testClass)
           
 void beforeSuite()
           
 Context getActiveContext()
           
 TestResult test(TestMethodExecutor testMethodExecutor)
           
 

Method Detail

getActiveContext

Context getActiveContext()
Returns:

beforeSuite

void beforeSuite()
                 throws Exception
Throws:
Exception

afterSuite

void afterSuite()
                throws Exception
Throws:
Exception

beforeClass

void beforeClass(Class<?> testClass)
                 throws Exception
Parameters:
testClass -
Throws:
Exception

afterClass

void afterClass(Class<?> testClass)
                throws Exception
Parameters:
testClass -
Throws:
Exception

before

void before(Object testInstance,
            Method testMethod)
            throws Exception
Parameters:
testInstance -
testMethod -
Throws:
Exception

after

void after(Object testInstance,
           Method testMethod)
           throws Exception
Parameters:
testInstance -
testMethod -
Throws:
Exception

test

TestResult test(TestMethodExecutor testMethodExecutor)
                throws Exception
Parameters:
testMethodExecutor -
Returns:
Throws:
Exception


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.