net.javacrumbs.mocksocket.connection.matcher
Interface MatcherBasedMockRecorder

All Known Implementing Classes:
MatcherBasedMockConnection

public interface MatcherBasedMockRecorder


Method Summary
 MatcherBasedMockResultRecorder andWhenPayload(org.hamcrest.Matcher<byte[]> matcher)
           
 MatcherBasedMockRecorder thenReturn(byte[] data)
           
 

Method Detail

andWhenPayload

MatcherBasedMockResultRecorder andWhenPayload(org.hamcrest.Matcher<byte[]> matcher)

thenReturn

MatcherBasedMockRecorder thenReturn(byte[] data)


Copyright © 2011. All Rights Reserved.