Class BufferReaderMatcher<T extends BufferReader>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    org.mockito.ArgumentMatcher<T>

    public class BufferReaderMatcher<T extends BufferReader>
    extends Object
    implements org.mockito.ArgumentMatcher<T>
    Note: This matcher does not behave as expected when the BufferReader is reused; this would require us to clone the buffer reader's state at the time of invocation
    Author:
    Lindhauer