edu.memphis.ccrg.lida.workspace
Class WorkspaceImplTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.workspace.WorkspaceImplTest

public class WorkspaceImplTest
extends java.lang.Object

This class is the JUnit test for WorkspaceImpl class.

Author:
Rodrigo Silva-Lugo, Daqi Dong, Ryan McCall

Constructor Summary
WorkspaceImplTest()
           
 
Method Summary
 void setUp()
           
 void testAddCueListener()
          Test of addCueListener method, of class WorkspaceImpl.
 void testAddListener()
          Test of addListener method, of class WorkspaceImpl.
 void testAddWorkspaceListener()
          Test of addWorkspaceListener method, of class WorkspaceImpl.
 void testCueEpisodicMemories()
          Test of cueEpisodicMemories method, of class WorkspaceImpl.
 void testGetModuleContent()
           
 void testInit()
           
 void testLearn()
           
 void testReceiveBroadcast()
          Test of receiveBroadcast method, of class WorkspaceImpl.
 void testReceiveLocalAssociation()
          Test of receiveLocalAssociation method, of class WorkspaceImpl.
 void testReceiveNodeStructurePercept()
           
 void testReceivePerceptLink()
           
 void testReceivePerceptNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceImplTest

public WorkspaceImplTest()
Method Detail

setUp

public void setUp()

testAddListener

public void testAddListener()
Test of addListener method, of class WorkspaceImpl.


testAddCueListener

public void testAddCueListener()
Test of addCueListener method, of class WorkspaceImpl.


testAddWorkspaceListener

public void testAddWorkspaceListener()
Test of addWorkspaceListener method, of class WorkspaceImpl.


testCueEpisodicMemories

public void testCueEpisodicMemories()
Test of cueEpisodicMemories method, of class WorkspaceImpl.


testReceiveBroadcast

public void testReceiveBroadcast()
Test of receiveBroadcast method, of class WorkspaceImpl.


testReceiveLocalAssociation

public void testReceiveLocalAssociation()
Test of receiveLocalAssociation method, of class WorkspaceImpl.


testReceiveNodeStructurePercept

public void testReceiveNodeStructurePercept()

testReceivePerceptNode

public void testReceivePerceptNode()

testReceivePerceptLink

public void testReceivePerceptLink()

testGetModuleContent

public void testGetModuleContent()

testLearn

public void testLearn()

testInit

public void testInit()