MCPcopy Create free account
hub / github.com/alibaba/MNN / TestEq

Method TestEq

3rd_party/flatbuffers/tests/JavaTest.java:417–424  ·  view source on GitHub ↗
(T a, T b)

Source from the content-addressed store, hash-verified

415 }
416
417 static <T> void TestEq(T a, T b) {
418 if (!a.equals(b)) {
419 System.out.println("" + a.getClass().getName() + " " + b.getClass().getName());
420 System.out.println("FlatBuffers test FAILED: \'" + a + "\' != \'" + b + "\'");
421 assert false;
422 System.exit(1);
423 }
424 }
425}

Callers 8

TestEnumsMethod · 0.95
TestBufferMethod · 0.95
TestExtendedBufferMethod · 0.95
TestNestedFlatBufferMethod · 0.95
TestCreateByteVectorMethod · 0.95
TestSizedInputStreamMethod · 0.95
TestBuilderBasicsMethod · 0.95

Calls 2

equalsMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected