656667686970717273
private byte[] binary; @Override protected void setUp() throws Exception {// NOPMD super.setUp(); converterForTest = new ForTest8BitsConverter(); testedConverter = new ByteConverterForTest(); binary = new byte[testedConverter.byteSize()]; }