Questions tagged [microsoft-cpp-unit-test]

31 questions
0
votes
0 answers

Error when compiling unit test in VS 2012

I have a unit test defined in VS 2012 and it won't compile because of error C2338. error C2338: Test writer must define specialization of ToString for your class class std::basic_string,class std::allocator > __cdecl …
1 2
3