Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c-rack/cbor-java
/ assertTrue
Method
assertTrue
src/main/java/co/nstant/in/cbor/model/DataItem.java:63–67 ·
view source on GitHub ↗
(boolean condition, String message)
Source
from the content-addressed store, hash-verified
61
}
62
63
protected
void
assertTrue(boolean condition, String message) {
64
if
(!condition) {
65
throw
new
IllegalArgumentException(message);
66
}
67
}
68
69
}
Callers
15
onDataItem
Method · 0.80
shouldAddTag
Method · 0.80
testTagging
Method · 0.80
shouldEquals
Method · 0.80
shouldDetectUnallocated
Method · 0.80
shouldDecode
Method · 0.80
shouldDecode
Method · 0.80
shouldDecode
Method · 0.80
shouldEqualsSameObject
Method · 0.80
shouldEqualsBothNull
Method · 0.80
shouldEqualsSameValue
Method · 0.80
shouldDecode
Method · 0.80
Calls
no outgoing calls
Tested by
15
onDataItem
Method · 0.64
shouldAddTag
Method · 0.64
testTagging
Method · 0.64
shouldEquals
Method · 0.64
shouldDetectUnallocated
Method · 0.64
shouldDecode
Method · 0.64
shouldDecode
Method · 0.64
shouldDecode
Method · 0.64
shouldEqualsSameObject
Method · 0.64
shouldEqualsBothNull
Method · 0.64
shouldEqualsSameValue
Method · 0.64
shouldDecode
Method · 0.64