MCPcopy Create free account
hub / github.com/apache/poi / assertEquals

Method assertEquals

src/testcases/org/apache/poi/util/TestArrayUtil.java:66–68  ·  view source on GitHub ↗
(int exp, Integer act)

Source from the content-addressed store, hash-verified

64 }
65
66 private static void assertEquals(int exp, Integer act) {
67 assertEquals(exp, act.intValue());
68 }
69
70 /**
71 * Test to ensure that arrayMoveWithin works as expected

Callers 15

testarraycopyMethod · 0.95
testArrayMoveWithinMethod · 0.95
testGetShortMethod · 0.45
testGetUShortMethod · 0.45
testGetDoubleMethod · 0.45
testGetIntMethod · 0.45
testGetLongMethod · 0.45
testReadShortMethod · 0.45
testReadIntMethod · 0.45
testReadLongMethod · 0.45
testUnsignedByteToIntMethod · 0.45
testUnsignedShortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected