@Test public void shouldReportMaxMessageLength() { assertThat( publication.maxMessageLength(), is(FrameDescriptor.computeMaxMessageLength(TERM_MIN_LENGTH))); }