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 naming rule #375

Open
takahirom opened this issue Jan 18, 2020 · 0 comments
Open

Test method naming rule #375

takahirom opened this issue Jan 18, 2020 · 0 comments

Comments

@takahirom
Copy link
Member

Kind (Required)

  • Proposal / Discussion

Overview (Required)

  • There are various implementations now.
fun awesomeFeature() : true

@Test fun awesomeFeature_shouldTrueWhenEnabled
@Test fun awesomeFeature_should_true_when_enabled
@Test fun awesomeFeature_ShouldTrueWhenEnabled
....
  • Do you have any recommendations for this? For example, the famous OSS uses such a naming convention.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant