I am trying to write some tests for a Samba client in Java, and need to find a framework that would create a mock Samba server. Something similar to the Mock FTP Server
for the FTP protocol.
So far I could find only services that would mock a Samba library such as JCIFS
, but not a Samba server. Is there a framework available for mocking a Samba server?
Any help or suggestion would be much appreciated.