Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.comm.tcp
Class TCPChannelAccessPointTest
junit.framework.Assert
  |
  +--junit.framework.TestCase
       |
       +--com.newstep.solid.test.comm.tcp.TCPChannelAccessPointTest
All Implemented Interfaces:
       Test

public class TCPChannelAccessPointTest      
TCPChannelAccessPointTest is a unit test class for class TCPChannelAccessPoint.
See Also:
 
 
 

Constructor Summary
public void
Method Summary
public Class
public static void
main(String args)
public void
public static Test
public void
public void
Constructor Detail
TCPChannelAccessPointTest
public void TCPChannelAccessPointTest (String name)
 
Constructs a test case for the test specified by the name argument.
Parameters:
name The name of the test case
Stereotype:
create
 
Method Detail
getTestedClass
public Class getTestedClass ()
 
Get the class object of the class which will be tested.
Return:
The class which will be tested
 

main
public static void main (String args)
 
Utility main method. Runs the test cases defined in this test class.

Usage: java TCPChannelAccessPointTest
Parameters:
args Command line arguments are not needed
Static.
 

setUp
public void setUp ()
 
Used to set up the test. This method is called by JUnit before each of
the tests are executed.
See Also:
 
Throws:
Exception
 

suite
public static Test suite ()
 
Static.
 

tearDown
public void tearDown ()
 
Used to clean up after the test. This method is called by JUnit after
each of the tests have been completed.
See Also:
 
Throws:
Exception
 

testCreate
public void testCreate ()
 
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD