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

Method assertIs28

dlib/java/swig_test.java:64–70  ·  view source on GitHub ↗
(int val)

Source from the content-addressed store, hash-verified

62 }
63
64 public static void assertIs28(int val)
65 {
66 if (val != 28)
67 {
68 throw new RuntimeException("Test failed " + val);
69 }
70 }
71
72 public static void assertIsEqual(int val1, int val2)
73 {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected