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

Improve documentation of the Stopwatch extension #461

Closed
Michael1993 opened this issue Apr 13, 2021 · 0 comments · Fixed by #643
Closed

Improve documentation of the Stopwatch extension #461

Michael1993 opened this issue Apr 13, 2021 · 0 comments · Fixed by #643

Comments

@Michael1993
Copy link
Member

Currently the Stopwatch extension's documentation falls a bit short. It should include some example outputs, e.g.: "This is how the tests annotated with @Stopwatch look in IntelliJ".

Another idea is to say a few words about TestReporter itself.

@Michael1993 Michael1993 added this to Ready to get started in Up for grabs... Apr 13, 2021
@nipafx nipafx added this to the Busy Pioneers - V2.0 milestone Apr 28, 2022
@nipafx nipafx linked a pull request May 26, 2022 that will close this issue
14 tasks
Michael1993 pushed a commit that referenced this issue May 27, 2022
The stopwatch extension had meager documentation, which this change
rectifies. It also improves its production, test, and demo code.

Further changes:

* make sure all extensions mention their thread-safety
* make sure `@Test` is always the first annotation
* remove double empty line before h2 headers
  (because nobody except Nicolai cares)
* remove "Introduction" header
  (it's pointless - the first paragraphs are always in intro)
* replace "--" with "-"
  (the former is correct, but harder to stick to)
* a few even smaller improvements

Closes: #461
PR: #643
Bukama pushed a commit to Bukama/junit-pioneer that referenced this issue Sep 20, 2022
 / junit-pioneer#643)

The stopwatch extension had meager documentation, which this change
rectifies. It also improves its production, test, and demo code.

Further changes:

* make sure all extensions mention their thread-safety
* make sure `@Test` is always the first annotation
* remove double empty line before h2 headers
  (because nobody except Nicolai cares)
* remove "Introduction" header
  (it's pointless - the first paragraphs are always in intro)
* replace "--" with "-"
  (the former is correct, but harder to stick to)
* a few even smaller improvements

Closes: junit-pioneer#461
PR: junit-pioneer#643
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Up for grabs...
Ready to get started
Development

Successfully merging a pull request may close this issue.

2 participants