On Thu, Apr 28, 2011 at 9:14 PM, Allen Firstenberg <[email protected]> wrote: > 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.
Sorry for the late reply. I'm not aware of any mock objects for FtpServer. That said, it's something which would be a great addition so feel free contributing them if you get around to implementing. /niklas
