edu.memphis.ccrg.lida.workspace.structurebuildingcodelets
Class StructureBuildingCodeletModuleTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.workspace.structurebuildingcodelets.StructureBuildingCodeletModuleTest

public class StructureBuildingCodeletModuleTest
extends java.lang.Object


Constructor Summary
StructureBuildingCodeletModuleTest()
           
 
Method Summary
 void setUp()
           
 void testAddCodelet()
           
 void testAddListener()
           
 void testDecayModule()
           
 void testGetCodeletString()
           
 void testGetCodeletStringMapOfStringObject()
           
 void testGetDefaultCodelet()
           
 void testGetDefaultCodeletMapOfStringObject()
           
 void testGetModuleContent()
           
 void testInit()
           
 void testSetDefaultCodeletType()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureBuildingCodeletModuleTest

public StructureBuildingCodeletModuleTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testGetDefaultCodelet

public void testGetDefaultCodelet()

testGetDefaultCodeletMapOfStringObject

public void testGetDefaultCodeletMapOfStringObject()

testGetCodeletString

public void testGetCodeletString()

testGetCodeletStringMapOfStringObject

public void testGetCodeletStringMapOfStringObject()

testSetDefaultCodeletType

public void testSetDefaultCodeletType()

testAddCodelet

public void testAddCodelet()

testToString

public void testToString()

testGetModuleContent

public void testGetModuleContent()

testInit

public void testInit()

testAddListener

public void testAddListener()

testDecayModule

public void testDecayModule()