edu.memphis.ccrg.lida.sensorymemory
Class SensoryMemoryImplTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.sensorymemory.SensoryMemoryImplTest

public class SensoryMemoryImplTest
extends java.lang.Object

This class is the JUnit test for SensoryMemoryImpl class.

Author:
Rodrigo Silva-Lugo, Ryan McCall

Nested Class Summary
(package private)  class SensoryMemoryImplTest.MockSensoryMemoryImpl
           
 class SensoryMemoryImplTest.MockSensoryMemoryListener
           
 
Constructor Summary
SensoryMemoryImplTest()
           
 
Method Summary
 void setUp()
           
 void testAddListener()
           
 void testAddSensoryMemoryListener()
          Test of addSensoryMemoryListener method, of class SensoryMemoryImpl.
 void testSetAssociatedModule()
          Test of setAssociatedModule method, of class SensoryMemoryImpl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensoryMemoryImplTest

public SensoryMemoryImplTest()
Method Detail

setUp

public void setUp()

testAddListener

public void testAddListener()

testAddSensoryMemoryListener

public void testAddSensoryMemoryListener()
Test of addSensoryMemoryListener method, of class SensoryMemoryImpl.


testSetAssociatedModule

public void testSetAssociatedModule()
Test of setAssociatedModule method, of class SensoryMemoryImpl.