org.hackystat.sensorbase.mailer
Class TestMailer

java.lang.Object
  extended by org.hackystat.sensorbase.mailer.TestMailer

public class TestMailer
extends java.lang.Object

Tests the Mailer class.

Author:
Philip Johnson

Constructor Summary
TestMailer()
           
 
Method Summary
 void testMailer()
          Checks to see that the Mailer instance works.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMailer

public TestMailer()
Method Detail

testMailer

public void testMailer()
                throws java.lang.Exception
Checks to see that the Mailer instance works.

Throws:
java.lang.Exception - if problems occur.