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

Update 4.12 Release Notes for #552 #567

Closed
Tibor17 opened this issue Dec 6, 2012 · 2 comments
Closed

Update 4.12 Release Notes for #552 #567

Tibor17 opened this issue Dec 6, 2012 · 2 comments

Comments

@Tibor17
Copy link
Contributor

Tibor17 commented Dec 6, 2012

@dsaff
We are missing release notes update for #552.
Q: Maybe we were too fast and you did not see my remark in #552, so that having
getRuntime(TimeUnit) can be used in tests e.g. to assert in performance tests:

`@Test public void performanceTest() {
linering code;

duration= rule.getRuntime(SECONDS);
assertEquals(60, duration, 10); assert the test takes between 50 - 70 seconds

}`

The method immediately returns the time spent within the test until the call has been made.

@dsaff
Copy link
Member

dsaff commented Dec 6, 2012

@Tibor17, do you have time to go ahead and update the release notes in the wiki?

https://github.com/KentBeck/junit/wiki/4.12-release-notes

@Tibor17
Copy link
Contributor Author

Tibor17 commented Dec 8, 2012

@dsaff
Yes, I will update the release-notes next days.

Btw the release-notes for 4.11 is saying Unreleased in title. That's incorrect.
https://github.com/Tibor17/junit/blob/master/doc/ReleaseNotes4.11.md

@Tibor17 Tibor17 closed this as completed Dec 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants