MCPcopy 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

onDataItemMethod · 0.80
shouldAddTagMethod · 0.80
testTaggingMethod · 0.80
shouldEqualsMethod · 0.80
shouldDecodeMethod · 0.80
shouldDecodeMethod · 0.80
shouldDecodeMethod · 0.80
shouldEqualsBothNullMethod · 0.80
shouldEqualsSameValueMethod · 0.80
shouldDecodeMethod · 0.80

Calls

no outgoing calls

Tested by 15

onDataItemMethod · 0.64
shouldAddTagMethod · 0.64
testTaggingMethod · 0.64
shouldEqualsMethod · 0.64
shouldDecodeMethod · 0.64
shouldDecodeMethod · 0.64
shouldDecodeMethod · 0.64
shouldEqualsBothNullMethod · 0.64
shouldEqualsSameValueMethod · 0.64
shouldDecodeMethod · 0.64