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.Test
public void run(junit.framework.TestResult result)
run
in interface junit.framework.Test
public org.junit.runner.Description getDescription()
getDescription
in interface org.junit.runner.Describable
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 © 2002-2023 Atlassian. All Rights Reserved.