()
| 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 | } |
nothing calls this directly
no test coverage detected