Searched defs:expectEq (Results 1 – 2 of 2) sorted by relevance
212 public static void expectEq(float a, float b) { in expectEq() method in Main239 public static void expectEq(double a, double b) { in expectEq() method in Main
49 void expectEq(const T &c1, const T &c2) { in expectEq() function