Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testarraycopy
Method · 0.95
testArrayMoveWithin
Method · 0.95
testGetShort
Method · 0.45
testGetUShort
Method · 0.45
testGetDouble
Method · 0.45
testGetInt
Method · 0.45
testGetLong
Method · 0.45
testReadShort
Method · 0.45
testReadInt
Method · 0.45
testReadLong
Method · 0.45
testUnsignedByteToInt
Method · 0.45
testUnsignedShort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected