gtest-adapter
gtest-adapter copied to clipboard
TEST(<something>, constructor) breaks test adapter
Naming a test TEST(<something>, constructor)
results in this error when scanning for tests: Cannot read property 'indexOf' of undefined
.
Renaming to TEST(<something>, constructor1)
restores functionality.