Class ChannelMatcher<O>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<Channel<O>>, org.hamcrest.SelfDescribing

    public class ChannelMatcher<O>
    extends org.hamcrest.BaseMatcher<Channel<O>>
    • Constructor Detail

      • ChannelMatcher

        public ChannelMatcher​(String sourceCode,
                              O output)
      • ChannelMatcher

        public ChannelMatcher​(CodeReader reader,
                              O output)
    • Method Detail

      • matches

        public boolean matches​(Object arg0)
      • describeTo

        public void describeTo​(org.hamcrest.Description description)