MCPcopy Create free account
hub / github.com/davisking/dlib / assertIsEqual

Method assertIsEqual

dlib/java/swig_test.java:72–78  ·  view source on GitHub ↗
(int val1, int val2)

Source from the content-addressed store, hash-verified

70 }
71
72 public static void assertIsEqual(int val1, int val2)
73 {
74 if (val1 != val2)
75 {
76 throw new RuntimeException("Test failed " + val1 + " should be equal to " + val2);
77 }
78 }
79
80 public static double sum(double[] arr)
81 {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected