org.ops4j.pax.exam.container.def.internal
Class PaxRunnerTestContainerFactory

java.lang.Object
  extended by org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainerFactory
All Implemented Interfaces:
TestContainerFactory

public class PaxRunnerTestContainerFactory
extends java.lang.Object
implements TestContainerFactory

Factory for PaxRunnerTestContainer.

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

Constructor Summary
PaxRunnerTestContainerFactory()
           
 
Method Summary
 TestContainer newInstance(Option... options)
          Creates a new TestContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaxRunnerTestContainerFactory

public PaxRunnerTestContainerFactory()
Method Detail

newInstance

public TestContainer newInstance(Option... options)
Creates a new TestContainer.

Specified by:
newInstance in interface TestContainerFactory
Parameters:
options - integration test options
Returns:
created test container


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