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

Method testGetNull

src/test/java/pascal/taie/util/IndexerTest.java:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 @Test
56 void testGetNull() {
57 assertThrows(NullPointerException.class, () ->
58 new SimpleIndexer<>().getIndex(null));
59 }
60
61 @Test
62 void testAbsentId() {

Callers

nothing calls this directly

Calls 1

getIndexMethod · 0.65

Tested by

no test coverage detected