public class

ParameterizedInjectingRunner

extends Suite
java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.runners.ParentRunner<T>
       ↳ org.junit.runners.Suite
         ↳ org.ops4j.pax.exam.junit.impl.ParameterizedInjectingRunner

Class Overview

JUnit runner for parameterized Pax Exam tests without an invoker. This runner is used for CDI mode only.

See Parameterized for more details on specifying parameter sets.

Based on org.junit.runners.Parameterized.

Summary

Public Constructors
ParameterizedInjectingRunner(Class<?> klass)
Public Methods
void run(RunNotifier notifier)
Protected Methods
List<Runner> getChildren()
[Expand]
Inherited Methods
From class org.junit.runners.Suite
From class org.junit.runners.ParentRunner
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 ParameterizedInjectingRunner (Class<?> klass)

Throws
InitializationError

Public Methods

public void run (RunNotifier notifier)

Protected Methods

protected List<Runner> getChildren ()