edu.memphis.ccrg.lida.framework.shared.activation
Class ActivatibleImplTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImplTest

public class ActivatibleImplTest
extends java.lang.Object


Constructor Summary
ActivatibleImplTest()
           
 
Method Summary
 void setUp()
           
static void setUpFirst()
           
 void testDecay()
          Test method for ActivatibleImpl.decay(long).
 void testExcite()
          Test method for ActivatibleImpl.excite(double).
 void testGetActivatibleRemovalThreshold()
           
 void testGetActivation()
           
 void testGetDecayStrategy()
           
 void testGetExciteStrategy()
           
 void testGetTotalActivation()
           
 void testIsRemovable()
           
 void testSetActivatibleRemovalThreshold()
           
 void testSetActivation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivatibleImplTest

public ActivatibleImplTest()
Method Detail

setUpFirst

public static void setUpFirst()

setUp

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

testGetActivation

public void testGetActivation()

testGetActivatibleRemovalThreshold

public void testGetActivatibleRemovalThreshold()

testGetDecayStrategy

public void testGetDecayStrategy()

testGetExciteStrategy

public void testGetExciteStrategy()

testSetActivation

public void testSetActivation()

testSetActivatibleRemovalThreshold

public void testSetActivatibleRemovalThreshold()

testGetTotalActivation

public void testGetTotalActivation()

testDecay

public void testDecay()
Test method for ActivatibleImpl.decay(long).


testExcite

public void testExcite()
Test method for ActivatibleImpl.excite(double).


testIsRemovable

public void testIsRemovable()