public class AntUnitSuiteRunner
extends org.junit.runner.Runner
implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
Constructor and Description |
---|
AntUnitSuiteRunner(Class testCaseClass) |
Modifier and Type | Method and Description |
---|---|
void |
filter(org.junit.runner.manipulation.Filter filter)
Filterable implementation
|
org.junit.runner.Description |
getDescription()
Runner implementation
|
void |
run(org.junit.runner.notification.RunNotifier junitNotifier)
Runner implementation
|
void |
sort(org.junit.runner.manipulation.Sorter sorter)
Sortable implementation
|
public AntUnitSuiteRunner(Class testCaseClass) throws org.junit.internal.runners.InitializationError
org.junit.internal.runners.InitializationError
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
public void sort(org.junit.runner.manipulation.Sorter sorter)
sort
in interface org.junit.runner.manipulation.Sortable
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
getDescription
in class org.junit.runner.Runner
public void run(org.junit.runner.notification.RunNotifier junitNotifier)
run
in class org.junit.runner.Runner
Copyright © 2022 The Apache Software Foundation. All rights reserved.