public class JUnit5Adapter extends Object implements junit.framework.Test, org.junit.runner.manipulation.Filterable, org.junit.runner.Describable
| Constructor and Description |
|---|
JUnit5Adapter(org.junit.platform.launcher.TestIdentifier testIdentifier,
int testsCount,
org.junit.platform.launcher.Launcher launcher) |
| Modifier and Type | Method and Description |
|---|---|
int |
countTestCases() |
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
void |
run(junit.framework.TestResult result) |
public JUnit5Adapter(org.junit.platform.launcher.TestIdentifier testIdentifier,
int testsCount,
org.junit.platform.launcher.Launcher launcher)
public int countTestCases()
countTestCases in interface junit.framework.Testpublic void run(junit.framework.TestResult result)
run in interface junit.framework.Testpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.Describablepublic void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterableorg.junit.runner.manipulation.NoTestsRemainExceptionCopyright © 2002-2023 Atlassian. All Rights Reserved.