MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / assertEquals

Method assertEquals

src/test/java/com/amazon/ion/IonTestCase.java:1024–1027  ·  view source on GitHub ↗
(IonValue expected, IonValue actual)

Source from the content-addressed store, hash-verified

1022
1023
1024 public static void assertEquals(IonValue expected, IonValue actual)
1025 {
1026 IonAssert.assertIonEquals(expected, actual);
1027 }
1028
1029
1030 public static void assertEqualBytes(byte[] expected, int start, int limit,

Callers 15

reloadMethod · 0.95
assertEscapeMethod · 0.95
checkBinaryHeaderMethod · 0.95
checkIntMethod · 0.95
checkDecimalMethod · 0.95
checkTimestampMethod · 0.95
checkFloatMethod · 0.95
checkStringMethod · 0.95
checkSymbolMethod · 0.95
checkUnknownSymbolMethod · 0.95
checkLocalTableMethod · 0.95

Calls 1

assertIonEqualsMethod · 0.95

Tested by

no test coverage detected