MCPcopy Create free account
hub / github.com/LFYSec/MScan / bug15

Method bug15

src/test/java/pascal/taie/util/collection/IBitSetTest.java:451–459  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 }
450
451 @Test
452 void bug15() {
453 set.set(1);
454 set.set(64);
455 assertEquals(63, set.previousClearBit(64));
456 set.clear(0);
457 set.set(1);
458 assertEquals(63, set.previousClearBit(64));
459 }
460
461 @Test
462 void randomMultiEntry() {

Callers

nothing calls this directly

Calls 3

setMethod · 0.65
previousClearBitMethod · 0.65
clearMethod · 0.65

Tested by

no test coverage detected