Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/graphql-java/graphql-java
/ throwAssert
Method
throwAssert
src/main/java/graphql/Assert.java:267–269 ·
view source on GitHub ↗
(String format, Object... args)
Source
from the content-addressed store, hash-verified
265
}
266
267
private
static
<T> T throwAssert(String format, Object... args) {
268
throw
new
AssertException(format(format, args));
269
}
270
}
Callers
8
assertNotNull
Method · 0.95
assertNull
Method · 0.95
assertNeverCalled
Method · 0.95
assertShouldNeverHappen
Method · 0.95
assertNotEmpty
Method · 0.95
assertTrue
Method · 0.95
assertFalse
Method · 0.95
assertValidName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected