MCPcopy Index your code
hub / github.com/oshi/oshi / testToString

Method testToString

oshi-core/src/test/java/oshi/util/EdidUtilTest.java:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @Test
111 void testToString() {
112 assertThat("edid toString", EdidUtil.toString(EDID).split("\\n"), is(arrayWithSize(6)));
113 assertThat("edid2 toString", EdidUtil.toString(ParseUtil.hexStringToByteArray(EDID_STR2)).split("\\n"),
114 is(arrayWithSize(6)));
115 }
116}

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.95
hexStringToByteArrayMethod · 0.95
assertThatMethod · 0.80

Tested by

no test coverage detected