org.ops4j.pax.exam.spi.container
Interface TestContainerFactory

All Known Implementing Classes:
PaxRunnerTestContainerFactory

public interface TestContainerFactory

TestContainer factory.

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

Method Summary
 TestContainer newInstance(Option... options)
          Creates a new TestContainer.
 

Method Detail

newInstance

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

Parameters:
options - integration test options
Returns:
created test container


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