Class DelegatingRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.talend.sdk.component.junit.delegate.DelegatingRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
- Direct Known Subclasses:
MultiEnvironmentsRunner
public class DelegatingRunner extends org.junit.runner.Runner
-
-
Constructor Summary
Constructors Constructor Description DelegatingRunner(Class<?> testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runner.Description
getDescription()
void
run(org.junit.runner.notification.RunNotifier notifier)
-
-
-
Constructor Detail
-
DelegatingRunner
public DelegatingRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescription
in interfaceorg.junit.runner.Describable
- Specified by:
getDescription
in classorg.junit.runner.Runner
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Specified by:
run
in classorg.junit.runner.Runner
-
-