org.ops4j.pax.exam.runtime
Class PaxExamRuntime

java.lang.Object
  extended by org.ops4j.pax.exam.runtime.PaxExamRuntime

public class PaxExamRuntime
extends java.lang.Object

Pax Exam runtime.

Since:
0.3.0, December 09, 2008
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Method Summary
static TestContainerFactory getTestContainerFactory()
          Discovers the test container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTestContainerFactory

public static TestContainerFactory getTestContainerFactory()
Discovers the test container. Discovery is performed via Appache Commons discovery mechanism.

Returns:
discovered test container


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