Exemplo n.º 1
0
 @Test
 public void shouldReportMaxMessageLength() {
   assertThat(
       publication.maxMessageLength(),
       is(FrameDescriptor.computeMaxMessageLength(TERM_MIN_LENGTH)));
 }