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

Quick Search    Search Deep

org.mobicents.slee.container.management
Class ComponentKeyTest  view ComponentKeyTest download ComponentKeyTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mobicents.slee.container.management.ComponentKeyTest
All Implemented Interfaces:
junit.framework.Test

public class ComponentKeyTest
extends junit.framework.TestCase

Test case for component keys


Field Summary
private  ComponentKey id1
           
private  ComponentKey id2
           
private  ComponentKey id3
           
private  SbbIDImpl sbbid1
           
private  SbbIDImpl sbbid2
           
private  SbbIDImpl sbbid3
           
private  ServiceIDImpl svcid1
           
private  ServiceIDImpl svcid2
           
private  ServiceIDImpl svcid3
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ComponentKeyTest(java.lang.String arg)
           
 
Method Summary
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
 void testEqualsComponentKey()
           
 void testSbbID()
           
 void testServiceID()
           
 
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
 

Field Detail

id2

private ComponentKey id2

id3

private ComponentKey id3

id1

private ComponentKey id1

sbbid1

private SbbIDImpl sbbid1

sbbid2

private SbbIDImpl sbbid2

sbbid3

private SbbIDImpl sbbid3

svcid1

private ServiceIDImpl svcid1

svcid2

private ServiceIDImpl svcid2

svcid3

private ServiceIDImpl svcid3
Constructor Detail

ComponentKeyTest

public ComponentKeyTest(java.lang.String arg)
Method Detail

setUp

protected void setUp()
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


testEqualsComponentKey

public void testEqualsComponentKey()

testSbbID

public void testSbbID()

testServiceID

public void testServiceID()