katkevich

Results 2 issues of katkevich

There is an issue with non trivial Parameters type in. Here is an example: `enum class MyEnum { One, Two };` `struct TestCaseParam { const char* name; MyEnum enumVal; };`...