Has anyone created mock objects for FtpIoSession, FtpServerContext, and
FtpRequest?  In particular I'm looking for something that will let me test
certain FTP commands given known inputs that seem to be causing problems but
since most of them write to the session, it would be great if there was a
mock object that collected the responses (instead of trying to send them on
the channel) and let me test the response values.

Thanks,
Allen

Reply via email to