Interface JUnitClasspathContainerEntry
- All Superinterfaces:
ClasspathContainerEntry,ProjectClasspathEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JUnitBundlestatic final JUnitBundlestatic final Stringstatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final JUnitBundlestatic final Stringstatic final JUnitBundlestatic final List<JUnitBundle> static final Stringstatic final JUnitBundlestatic final List<JUnitBundle> static final Stringstatic final List<JUnitBundle> static final List<JUnitBundle> Fields inherited from interface org.eclipse.tycho.model.classpath.ClasspathContainerEntry
USER_LIBRARY_PATH_PREFIX -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisTest()booleanChecks if for JUnit5 the vintage engine has to be included.Methods inherited from interface org.eclipse.tycho.model.classpath.ClasspathContainerEntry
getAccessRules, getContainerPathMethods inherited from interface org.eclipse.tycho.model.classpath.ProjectClasspathEntry
getAttributes
-
Field Details
-
JUNIT_CONTAINER_PATH_PREFIX
- See Also:
-
JUNIT3
- See Also:
-
JUNIT4
- See Also:
-
JUNIT5
- See Also:
-
JUNIT3_PLUGIN
-
JUNIT4_PLUGIN
-
HAMCREST_CORE_PLUGIN
-
JUNIT_JUPITER_API_PLUGIN
-
JUNIT_JUPITER_ENGINE_PLUGIN
-
JUNIT_JUPITER_MIGRATIONSUPPORT_PLUGIN
-
JUNIT_JUPITER_PARAMS_PLUGIN
-
JUNIT_PLATFORM_COMMONS_PLUGIN
-
JUNIT_PLATFORM_ENGINE_PLUGIN
-
JUNIT_PLATFORM_LAUNCHER_PLUGIN
-
JUNIT_PLATFORM_RUNNER_PLUGIN
-
JUNIT_PLATFORM_SUITE_API_PLUGIN
-
JUNIT_VINTAGE_ENGINE_PLUGIN
-
JUNIT_OPENTEST4J_PLUGIN
-
JUNIT_APIGUARDIAN_PLUGIN
-
JUNIT3_PLUGINS
-
JUNIT4_PLUGINS
-
JUNIT5_PLUGINS
-
JUNIT5_WITHOUT_VINTAGE_PLUGINS
-
-
Method Details
-
getJUnitSegment
String getJUnitSegment()- Returns:
- the JUnit part of the path
-
getArtifacts
Collection<JUnitBundle> getArtifacts()- Returns:
- the list of artifacts that are part of this container
-
isTest
default boolean isTest()- Specified by:
isTestin interfaceProjectClasspathEntry- Returns:
trueif this entry is marked a being a test entry
-
isVintage
boolean isVintage()Checks if for JUnit5 the vintage engine has to be included. This is only meaningful ifgetJUnitSegment()is equal toJUNIT5- Returns:
trueif vintage is enabled (the default)
-