org.subethamail.smtp.test.command
Class HelloTest

java.lang.Object
  extended by TestCase
      extended by org.subethamail.smtp.test.util.ServerTestCase
          extended by org.subethamail.smtp.test.command.HelloTest

public class HelloTest
extends ServerTestCase

Author:
Jeff Schnitzer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.subethamail.smtp.test.util.ServerTestCase
ServerTestCase.TestWiser
 
Field Summary
 
Fields inherited from class org.subethamail.smtp.test.util.ServerTestCase
c, PORT, wiser
 
Constructor Summary
HelloTest(java.lang.String name)
           
 
Method Summary
 void testEhloSize()
           
 void testHelloCommand()
           
 void testHelloReset()
           
 
Methods inherited from class org.subethamail.smtp.test.util.ServerTestCase
expect, expectContains, send, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloTest

public HelloTest(java.lang.String name)
Method Detail

testHelloCommand

public void testHelloCommand()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testHelloReset

public void testHelloReset()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testEhloSize

public void testEhloSize()
                  throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2011. All Rights Reserved.