You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
One thing that Spoon did that was nice was format the test names into a more readable format. For example a test method named public void asAUser_ICanSeeAboutScreen() would display as As A User, I Can See About Screen on the generated HTML report. Spoon would convert camel case into spaces and snake case into comma + space.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One thing that Spoon did that was nice was format the test names into a more readable format. For example a test method named
public void asAUser_ICanSeeAboutScreen()
would display asAs A User, I Can See About Screen
on the generated HTML report. Spoon would convert camel case into spaces and snake case into comma + space.The text was updated successfully, but these errors were encountered: