Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/dagger
/ addNull
Method
addNull
javatests/dagger/internal/SetBuilderTest.java:36–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
@Test
37
public
void
addNull() {
38
try {
39
setBuilder.add(null);
40
fail();
41
} catch (NullPointerException expected) {
42
}
43
}
44
45
@Test
46
public
void
addNullCollection() {
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected