org.ops4j.pax.exam
Interface TestContainerFactory


public interface TestContainerFactory

TestContainer factory.

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

Method Summary
 TestContainer[] parse(Option... options)
          Creates a one or more TestContainer.
 void shutdown()
           
 

Method Detail

parse

TestContainer[] parse(Option... options)
                      throws TestContainerException
Creates a one or more TestContainer. Depending on the underlying implementation. This step is also told to fail if there are incompatible options being passed in.

Parameters:
options - integration regression options
Returns:
created regression container
Throws:
TestContainerException - fail if incompatible options are being passed in.

shutdown

void shutdown()


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