public class AbstractListeningRunner<R extends Class<? extends org.junit.runner.Runner>>
extends org.junit.runner.Runner
Constructor and Description |
---|
AbstractListeningRunner(Class<?> classUnderTest,
R runnerDelegateClass) |
Modifier and Type | Method and Description |
---|---|
org.junit.runner.Description |
getDescription() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
int |
testCount() |
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
getDescription
in class org.junit.runner.Runner
public int testCount()
testCount
in class org.junit.runner.Runner
public void run(org.junit.runner.notification.RunNotifier notifier)
run
in class org.junit.runner.Runner
Copyright © 2002-2023 Atlassian. All Rights Reserved.