MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / Checker

Interface Checker

src/test/java/com/amazon/ion/Checker.java:19–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19public interface Checker
20{
21 /**
22 * @param expectedText null means text isn't known.
23 */
24 Checker fieldName(String expectedText, int expectedSid);
25
26 /** Check the first annotation's text */
27 Checker annotation(String expectedText);
28
29 /** Check the first annotation's text and sid */
30 Checker annotation(String expectedText, int expectedSid);
31
32 /** Check that all the annotations exist in the given order. */
33 Checker annotations(String[] expectedTexts, int[] expectedSids);
34}

Callers 9

checkFieldNameMethod · 0.65
expectFieldMethod · 0.65
skipThroughValueMethod · 0.65
expectNextFieldMethod · 0.65
testWritingFieldNameMethod · 0.65
checkAnnotationMethod · 0.65
checkAnnotationsMethod · 0.65
skipThroughValueMethod · 0.65

Implementers 2

ReaderCheckersrc/test/java/com/amazon/ion/ReaderChe
IonValueCheckersrc/test/java/com/amazon/ion/IonValueC

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…