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

com.newstep.solid.test.comm.rtt
Class SanityTest
junit.framework.Assert
  |
  +--junit.framework.TestCase
       |
       +--com.newstep.solid.test.comm.rtt.SanityTest
All Implemented Interfaces:
       ChannelListener, ChannelStatusListener, Test

public class SanityTest      
Implements:
ChannelStatusListener
ChannelListener
 
Links:
Kernel Association Association Link
to Interface Address
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Kernel Association Association Link
to Interface Address
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Kernel Association Association Link
to Class ChannelAccessPoint
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Kernel Association Association Link
to Class CommConfig
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Implementation Implementation Link
to Interface ChannelStatusListener
 
Implementation Implementation Link
to Interface ChannelListener
 
 

Field Summary
private CommConfig
static Properties
private Address
private Address
private Logger
private CountDownLatch
private int
private CountDownLatch
Method Summary
public Class
public static void
main(String args)
public void
public void
public void
public static Test
public void
public void
Field Detail
cap
private ChannelAccessPoint cap
Multiplicity:
1
 

confBean
private CommConfig confBean
Multiplicity:
1
 

config
static Properties config
Multiplicity:
1
Static.
 

connectAddress
private Address connectAddress
Multiplicity:
1
 

listenAddress
private Address listenAddress
Multiplicity:
1
 

logger
private Logger logger
Multiplicity:
1
 

messagesReceived
private CountDownLatch messagesReceived
Multiplicity:
1
 

nrOfMessages
private int nrOfMessages
Multiplicity:
1
 

openLatch
private CountDownLatch openLatch
Multiplicity:
1
 
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)
 
Static.
 

onMessage
public void onMessage (Message message)
 
 

setUp
public void setUp ()
 
 

statusChanged
public void statusChanged (Channel channel, ChannelState state)
 
 

suite
public static Test suite ()
 
Static.
 

tearDown
public void tearDown ()
 
 

testListen
public void testListen ()
 
 

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