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

Create additional Description.createSuiteDescription builder method. #1135

Open
scottresnik opened this issue Apr 30, 2015 · 3 comments
Open

Comments

@scottresnik
Copy link

Add the following builder method:
public static Description createSuiteDescription(Class<?> clazz, String name, Annotation... annotations) which calls the private Description(Class<?> clazz, String displayName, Annotation... annotations) constructor.

This would be an alternative to #117.

@kcooney
Copy link
Member

kcooney commented Apr 30, 2015

We'd probably do this as part of the Description builder work we were working on for JUnit 5.

@scottresnik
Copy link
Author

If I created a pull request for this change, do you think it would make it into the 4.x line? It's a pretty simple change.

scottresnik added a commit to scottresnik/junit that referenced this issue May 11, 2015
Added additional builder method for Description.
@kcooney
Copy link
Member

kcooney commented May 11, 2015

I don't think we'll have a 4.13, and we hope to have the Builder work done for 5.0

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