org.ops4j.pax.exam.junit
Annotation Type ExamFactory


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExamFactory

Possibility to inject your own factory that might augment the "normal" factory.


Required Element Summary
 Class<? extends TestContainerFactory> value
           
 

Element Detail

value

public abstract Class<? extends TestContainerFactory> value


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