Skip to content
Discussion options

You must be logged in to vote

This is happening here:

/**
* Adds JUnit5 dependencies that are required at runtime in eclipse, but not
* at compile-time or in tycho.
*/
private void addJunit5RuntimeDependencies(Set<BundleDescription> added, List<IClasspathEntry> entries)
throws CoreException {
if (!containsJunit5Dependency(added)) {
return;
}
if (junit5RuntimeClosure == null) {
junit5RuntimeClosure = collectJunit5RuntimeRequirements();
}

Which ends up here:

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ptziegler
Comment options

@merks
Comment options

merks May 10, 2025
Collaborator

Answer selected by ptziegler
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants