public class JUnit44RunnerImpl extends Object implements RunnerImpl
Constructor and Description |
---|
JUnit44RunnerImpl(Class<?> klass) |
Modifier and Type | Method and Description |
---|---|
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
public JUnit44RunnerImpl(Class<?> klass) throws org.junit.internal.runners.InitializationError
org.junit.internal.runners.InitializationError
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in interface RunnerImpl
public org.junit.runner.Description getDescription()
getDescription
in interface RunnerImpl
public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException
filter
in interface org.junit.runner.manipulation.Filterable
org.junit.runner.manipulation.NoTestsRemainException
Copyright © 2018. All rights reserved.