junit-team / junit5

✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM

Home Page:https://junit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document `SuiteLauncherDiscoveryRequestBuilder`

sbrannen opened this issue · comments

LauncherDiscoveryRequestBuilder is very well documented; however, SuiteLauncherDiscoveryRequestBuilder has zero documentation.

We should therefore introduce Javadoc for SuiteLauncherDiscoveryRequestBuilder and all of its public methods, analogous to the documentation for LauncherDiscoveryRequestBuilder. In fact, most of the work will be copy-and-paste.

May I start working on this one?

Hi @airtyon,

Thank you very much for volunteering!

However, let's hold off until we know if @mpkorstanje wishes to address it.

See #3694 (comment) for details.

Good news, @airtyon, @mpkorstanje has said he's happy to let you take this one.

I've assigned it to you.

So, go for it!

This has been addressed in main in c9e66fc and revised in e9f1bcc.