Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.management.runtime.directory
Class ComponentDirectoryTest
junit.framework.Assert
  |
  +--junit.framework.TestCase
       |
       +--com.newstep.solid.test.management.runtime.directory.ComponentDirectoryTest
All Implemented Interfaces:
       Test

public class ComponentDirectoryTest      
 
Links:
Kernel Association Association Link
to Class ComponentDirectory
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
 
Kernel Association Association Link
to Class ComponentInfo
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
 
Kernel Association Association Link
to Class ComponentInfo
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
 
 

Field Summary
protected ComponentInfo
protected ComponentInfo
protected JMXServiceURL
protected final static String
Method Summary
protected void
protected void
public void
public void
public void
public void
public void
public void
public void
public void
public void
public void
public void
Field Detail
testComp1
protected ComponentInfo testComp1
Multiplicity:
1
 

testComp2
protected ComponentInfo testComp2
Multiplicity:
1
 

testCompDir
protected ComponentDirectory testCompDir
Multiplicity:
1
 

testCompDirURL
protected JMXServiceURL testCompDirURL
Multiplicity:
1
 

testCompDirURLString
protected final static String testCompDirURLString
Final.
Multiplicity:
1
Static.
 
Method Detail
setUp
protected void setUp ()
 
Throws:
Exception
 

tearDown
protected void tearDown ()
 
Throws:
Exception
 

testAllComponentsDeRegistration
public void testAllComponentsDeRegistration ()
 
 

testAllComponentsLookup
public void testAllComponentsLookup ()
 
 

testEmptyComponentsLookup
public void testEmptyComponentsLookup ()
 
 

testNullComponentDeRegistration
public void testNullComponentDeRegistration ()
 
 

testNullComponentRegistration
public void testNullComponentRegistration ()
 
 

testOneComponentDeRegistration
public void testOneComponentDeRegistration ()
 
 

testOneComponentRegistration
public void testOneComponentRegistration ()
 
 

testTwoComponentsRegistration
public void testTwoComponentsRegistration ()
 
 

testUnknownComponentDeRegistration
public void testUnknownComponentDeRegistration ()
 
 

testUnknownURLComponentsLookup
public void testUnknownURLComponentsLookup ()
 
 

testURLSpecificComponentsLookup
public void testURLSpecificComponentsLookup ()
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD