Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.net.telnet
Class SuppressGAOptionHandlerTest  view SuppressGAOptionHandlerTest download SuppressGAOptionHandlerTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.net.telnet.TelnetOptionHandlerTestAbstract
              extended byorg.apache.commons.net.telnet.SuppressGAOptionHandlerTest
All Implemented Interfaces:
junit.framework.Test

public class SuppressGAOptionHandlerTest
extends TelnetOptionHandlerTestAbstract

JUnit test class for SuppressGAOptionHandler


Field Summary
 
Fields inherited from class org.apache.commons.net.telnet.TelnetOptionHandlerTestAbstract
opthand1, opthand2, opthand3
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
SuppressGAOptionHandlerTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          main for running the test.
protected  void setUp()
          setUp for the test.
 void testAnswerSubnegotiation()
          test of server-driven subnegotiation.
 void testConstructors()
          test of the constructors.
 void testStartSubnegotiation()
          test of client-driven subnegotiation.
 
Methods inherited from class org.apache.commons.net.telnet.TelnetOptionHandlerTestAbstract
testDo, testWill
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuppressGAOptionHandlerTest

public SuppressGAOptionHandlerTest()
Method Detail

main

public static void main(java.lang.String[] args)
main for running the test.


setUp

protected void setUp()
setUp for the test.

Specified by:
setUp in class TelnetOptionHandlerTestAbstract

testConstructors

public void testConstructors()
test of the constructors.

Overrides:
testConstructors in class TelnetOptionHandlerTestAbstract

testStartSubnegotiation

public void testStartSubnegotiation()
test of client-driven subnegotiation. Checks that no subnegotiation is made.

Specified by:
testStartSubnegotiation in class TelnetOptionHandlerTestAbstract

testAnswerSubnegotiation

public void testAnswerSubnegotiation()
test of server-driven subnegotiation. Checks that no subnegotiation is made.

Specified by:
testAnswerSubnegotiation in class TelnetOptionHandlerTestAbstract