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

Method testAbsentId

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

Source from the content-addressed store, hash-verified

59 }
60
61 @Test
62 void testAbsentId() {
63 assertThrows(IllegalArgumentException.class, () ->
64 new SimpleIndexer<>().getObject(666));
65 }
66}

Callers

nothing calls this directly

Calls 1

getObjectMethod · 0.65

Tested by

no test coverage detected