Skip to content
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

Add support for dynamic test providers to TestDescriptor (and TestIdentifier?) #280

Closed
marcphilipp opened this issue May 24, 2016 · 2 comments
Assignees
Milestone

Comments

@marcphilipp
Copy link
Member

marcphilipp commented May 24, 2016

While implementing support for #58 in #278 we discovered that it's currently not possible to have a TestDescriptor that returns false for isTest() and an empty set for getChildren() because it will get pruned by the launcher.

Thus, a TestDescriptor should have a way to signal to the launcher that it is going to produce children during the execution phase.

@sbrannen
Copy link
Member

sbrannen commented May 31, 2016

@marcphilipp, when you tidy up this issue, please make sure that the recent Node refactorings in the HierarchicalTestEngine still make sense -- especially concrete implementations of the isLeaf() method and how it's used within the HierarchicalTestExecutor.

@marcphilipp
Copy link
Member Author

in progress

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

No branches or pull requests

2 participants