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

setUp -> setup and tearDown -> teardown #55

Open
granders opened this issue Jun 3, 2015 · 1 comment
Open

setUp -> setup and tearDown -> teardown #55

granders opened this issue Jun 3, 2015 · 1 comment

Comments

@granders
Copy link
Contributor

granders commented Jun 3, 2015

This is a relatively minor aesthetic thing, but it would be good to get rid of the camel-case on these methods.

@ewencp
Copy link
Contributor

ewencp commented Jun 4, 2015

This is just holdover from the way junit tends to name these methods because they are intended to reflect the camel case of the verb forms (set up -> setUp and tear down -> tearDown) rather than the noun forms (setup and teardown).

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