Uses of Class
cdx.scorebot.net.tests.email.EmailService

Packages that use EmailService
cdx.scorebot.net.tests.email Email tests 
 

Uses of EmailService in cdx.scorebot.net.tests.email
 

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