net.javacrumbs.mocksocket.connection
Interface UniversalMockRecorder

All Known Implementing Classes:
UniversalMockConnection

public interface UniversalMockRecorder

Can record both sequential nad matcher based mocks;

Author:
Lukas Krecan

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

Method Detail

andReturn

SequentialMockRecorder andReturn(byte[] data)

andWhenPayload

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


Copyright © 2011. All Rights Reserved.