org.subethamail.smtp.test.server
Class RquireTlsTest

java.lang.Object
  extended by TestCase
      extended by org.subethamail.smtp.test.util.ServerTestCase
          extended by org.subethamail.smtp.test.server.RquireTlsTest

public class RquireTlsTest
extends ServerTestCase

Author:
Erik van Oosten

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
RquireTlsTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testNeedSTARTTLS()
           
 
Methods inherited from class org.subethamail.smtp.test.util.ServerTestCase
expect, expectContains, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RquireTlsTest

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

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class ServerTestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class ServerTestCase
Throws:
java.lang.Exception

testNeedSTARTTLS

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


Copyright © 2006-2011. All Rights Reserved.