Skip to content

Add TestTask::getTestDescriptor method #4717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 3, 2025
Merged

Conversation

eric6iese
Copy link
Contributor

@eric6iese eric6iese commented Jul 2, 2025

Overview

Added TestTask::getTestDescriptor as described in the issue. A TestTask should always correspond to an specific test node, so making its descriptor public for further analysis in custom test engines could be useful.

Resolves #4711.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

@marcphilipp marcphilipp linked an issue Jul 3, 2025 that may be closed by this pull request
1 task
@marcphilipp marcphilipp changed the title Added HierarchicalTestExecutorService.TestTask::getTestDescriptor Add TestTask::getTestDescriptor method Jul 3, 2025
@marcphilipp marcphilipp merged commit 3adeb16 into junit-team:main Jul 3, 2025
25 checks passed
@marcphilipp
Copy link
Member

I tried editing your PR (by pushing to the branch) to add this to the release notes but GitHub wouldn't let me. I think that's because you opened the PR from the default branch of your fork.

I've added this to the release notes in a separate commit now: 5b3448d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add TestTask::getTestDescriptor method
2 participants