gtest-adapter icon indicating copy to clipboard operation
gtest-adapter copied to clipboard

TEST(<something>, constructor) breaks test adapter

Open TheSlowGrowth opened this issue 3 years ago • 0 comments

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.

TheSlowGrowth avatar Nov 30 '21 21:11 TheSlowGrowth