public class

PaxExamParameterized

extends Runner
implements Filterable Sortable
java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.ops4j.pax.exam.junit.PaxExamParameterized

Class Overview

JUnit runner for parameterized Pax Exam tests. See Parameterized for more details on specifying parameter sets.

See PaxExam for more information on other annotations supported on Pax Exam test classes or methods.

Summary

Public Constructors
PaxExamParameterized(Class<?> klass)
Public Methods
void filter(Filter filter)
Description getDescription()
void run(RunNotifier notifier)
void sort(Sorter sorter)
[Expand]
Inherited Methods
From class org.junit.runner.Runner
From class java.lang.Object
From interface org.junit.runner.Describable
From interface org.junit.runner.manipulation.Filterable
From interface org.junit.runner.manipulation.Sortable

Public Constructors

public PaxExamParameterized (Class<?> klass)

Throws
InitializationError

Public Methods

public void filter (Filter filter)

Throws
NoTestsRemainException

public Description getDescription ()

public void run (RunNotifier notifier)

public void sort (Sorter sorter)