Uses of Class
cdx.scorebot.net.tests.smb.SMBService

Packages that use SMBService
cdx.scorebot.net.tests.smb Samba tests 
 

Uses of SMBService in cdx.scorebot.net.tests.smb
 

Constructors in cdx.scorebot.net.tests.smb with parameters of type SMBService
ReadFile(SMBService service)
          Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
ReadFile(SMBService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).
WriteFile(SMBService service)
          Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
WriteFile(SMBService service, java.util.HashMap<java.lang.String,ConfigOption> config)
          Instantiates a test with the specified config (it will verify that it includes all needed configuration options).