Skip to content

Add support for Kotlin test method names

Choose a tag to compare

@sbabcoc sbabcoc released this 20 Mar 22:14
· 258 commits to master since this release

In Kotlin, test method names can include spaces. I guess underscores and camel-casing are just too difficult for some folks to parse. In this release, I revised the pattern I use to extract test method names to handle this syntactic sugar aberration.