edu.memphis.ccrg.lida.attentioncodelets
Class AttentionCodeletModuleTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.attentioncodelets.AttentionCodeletModuleTest

public class AttentionCodeletModuleTest
extends java.lang.Object

This is a JUnit class which can be used to test methods of the AttentionCodeletModule class.

Author:
Ryan McCall

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

Constructor Detail

AttentionCodeletModuleTest

public AttentionCodeletModuleTest()
Method Detail

setUp

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

testReceiveBroadcast

public void testReceiveBroadcast()

testGetDefaultCodelet

public void testGetDefaultCodelet()

testGetCodeletString

public void testGetCodeletString()

testGetCodeletStringMapOfStringObject

public void testGetCodeletStringMapOfStringObject()

testGetDefaultCodeletMapOfStringObject

public void testGetDefaultCodeletMapOfStringObject()

testAddCodelet

public void testAddCodelet()

testGetModuleContent

public void testGetModuleContent()

testSetDefaultCodeletType

public void testSetDefaultCodeletType()

testAddListener

public void testAddListener()

testDecayModule

public void testDecayModule()