-
Notifications
You must be signed in to change notification settings - Fork 115
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
don't require method JavaDoc for tests #848
Comments
@krzyk please, pay attention to this issue |
And then you've got to wonder if the test method names are also redundant. (Or the reasons.) :) |
@0crat in |
@0crat assign me |
krzyk
added a commit
to krzyk/qulice
that referenced
this issue
Nov 30, 2018
krzyk
added a commit
to krzyk/qulice
that referenced
this issue
Nov 30, 2018
@0crat waiting for review from issue author |
@yegor256 ping, it has been released on 0.18.4 |
@krzyk thanks! |
The job #848 is now out of scope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe method JavaDoc blocks are redundant. Instead, we should use reasons for
assertThat()
. See https://github.com/yegor256/cactoos/blob/master/src/test/java/org/cactoos/io/InputAsBytesTest.javaThe text was updated successfully, but these errors were encountered: