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

Method testSetShort

src/testcases/org/apache/poi/util/TestBitField.java:169–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 public void testSetShort() {
170 assertEquals(bf_multi.setShort(( short ) 0), ( short ) 0x3F80);
171 assertEquals(bf_single.setShort(( short ) 0), ( short ) 0x4000);
172 }
173
174 public void testSetBoolean() {
175 assertEquals(bf_multi.set(0), bf_multi.setBoolean(0, true));

Callers

nothing calls this directly

Calls 2

assertEqualsMethod · 0.45
setShortMethod · 0.45

Tested by

no test coverage detected