public class

ForkedTestContainerFactory

extends Object
implements TestContainerFactory
java.lang.Object
   ↳ org.ops4j.pax.exam.forked.ForkedTestContainerFactory

Class Overview

A TestContainerFactory creating a ForkedTestContainer for each OSGi FrameworkFactory found by the JRE ServiceLoader on the classpath.

Summary

Public Constructors
ForkedTestContainerFactory()
Public Methods
TestContainer[] create(ExamSystem system)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.ops4j.pax.exam.TestContainerFactory

Public Constructors

public ForkedTestContainerFactory ()

Public Methods

public TestContainer[] create (ExamSystem system)