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

Test method names #102

Open
mkordas opened this issue Feb 9, 2016 · 2 comments
Open

Test method names #102

mkordas opened this issue Feb 9, 2016 · 2 comments

Comments

@mkordas
Copy link
Contributor

mkordas commented Feb 9, 2016

In

comments start with 'can.' Additionally, method names shouldn't start with a
it is written:

Additionally, method names shouldn't start with a verb.

Example has verb as first word, something is wrong here.

Only JavaDoc comments start with 'can.'

They do not start with 'can', they start with class name.

start with can.Only

Space is missing

It's important to start the first sentence of your JavaDoc with the name of the class you're testing followed by can

Should be Javadoc. Moreover, do you think that word cannot is acceptable instead of can in Javadoc?

@nqafield
Copy link
Contributor

The fact that this issue had been sitting here for so long was bugging me, so I thought I'd do something about it... 😃

yegor256 added a commit that referenced this issue Sep 11, 2017
@nqafield
Copy link
Contributor

@mkordas Should be pretty much fixed now. :)

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