public interface

TestContainerFactory

org.ops4j.pax.exam.TestContainerFactory

Class Overview

TestContainer factory.

Summary

Public Methods
abstract TestContainer[] create(ExamSystem system)
Creates a one or more TestContainer.

Public Methods

public abstract TestContainer[] create (ExamSystem system)

Creates a one or more TestContainer. Depending on the underlying implementation.

Parameters
system System that you want to materialize the containers from
Returns
  • created test container(s)
Throws
TestContainerException fail if incompatible options are being passed in.