Uses of Class
cdx.scorebot.net.tests.dns.DNSService

Packages that use DNSService
cdx.scorebot.net.tests.dns DNS tests 
 

Uses of DNSService in cdx.scorebot.net.tests.dns
 

Constructors in cdx.scorebot.net.tests.dns with parameters of type DNSService
ResolveHostname(DNSService service)
          Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
ResolveHostname(DNSService 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).
ResolveIP(DNSService service)
          Instantiates a test (with no configuration) for the purpose of instantiating tests of this type with different configurations later.
ResolveIP(DNSService 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).