org.subethamail.smtp.test
Class TimeoutTest

java.lang.Object
  extended by TestCase
      extended by org.subethamail.smtp.test.TimeoutTest

public class TimeoutTest
extends TestCase

This class tests connection timeouts.

Author:
Jeff Schnitzer

Field Summary
static int PORT
           
 
Constructor Summary
TimeoutTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static final int PORT
See Also:
Constant Field Values
Constructor Detail

TimeoutTest

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

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testTimeout

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

suite

public static Test suite()


Copyright © 2006-2011. All Rights Reserved.