-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.2.0-rc0
-
Component/s: Testing Infrastructure
-
Server Tooling & Methods
This usage should be prohibited at compile time:
ASSERT_EQUALS("one","one");
The type of the parameters is char[4]. Covering all size char arrays plus char pointers can be tricky when trying to produce an explicit specialization of a template. It may be easier to make function overloads for members in class ComparisonAssertion.