org.jboss.arquillian.container.test.impl.execution
Class LocalTestExecuter

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter

public class LocalTestExecuter
extends Object

A Handler for executing the Test Method.

Imports:
Injector
ServiceLoader

Exports:
TestResult

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
LocalTestExecuter()
           
 
Method Summary
 void execute(LocalExecutionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTestExecuter

public LocalTestExecuter()
Method Detail

execute

public void execute(@Observes
                    LocalExecutionEvent event)
             throws Exception
Throws:
Exception


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