org.ops4j.pax.exam
Interface TestTargetFactory


public interface TestTargetFactory

If you don't need a full blown container but a target, chose this one.

Since:
Jan 25, 2010
Author:
Toni Menzel

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

Method Detail

newInstance

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

Parameters:
options - integration regression options
Returns:
created regression target


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