gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

Make HTML test names pretty #164

Open tir38 opened 5 years ago

tir38 commented 5 years ago

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.