org.metaabm.gen.test
Class BasicCellTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.metaabm.gen.test.share.AgentTestCase
              extended by org.metaabm.gen.test.BasicCellTestCase
All Implemented Interfaces:
junit.framework.Test

public class BasicCellTestCase
extends AgentTestCase

Basic Cell Java Implementation. Generated by metaabm system: Apr 1, 2008 5:41:04 PM MDT in project: org.metaabm.gen.test (testing)


Field Summary
 
Fields inherited from class org.metaabm.gen.test.share.AgentTestCase
agentLoaded, targetMode
 
Constructor Summary
BasicCellTestCase()
          Constructs a new Basic Cell.
 
Method Summary
 IBasicCell getAgent()
           
 boolean isGoal()
          Gets the Goal property for Basic Cell.
 boolean isGoal2()
          Gets the Goal 2 property for Basic Cell.
 boolean isGoal3()
          Gets the Goal 3 property for Basic Cell.
 void setGoal(boolean goal)
          Sets the Goal property for Basic Cell.
 void setGoal2(boolean goal2)
          Sets the Goal 2 property for Basic Cell.
 void setGoal3(boolean goal3)
          Sets the Goal 3 property for Basic Cell.
 void setUp()
           
 void testExistence()
           
 
Methods inherited from class org.metaabm.gen.test.share.AgentTestCase
setAgentLoaded
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicCellTestCase

public BasicCellTestCase()
Constructs a new Basic Cell.

Method Detail

setUp

public void setUp()
Overrides:
setUp in class AgentTestCase

getAgent

public IBasicCell getAgent()

testExistence

public void testExistence()

isGoal

public boolean isGoal()
Gets the Goal property for Basic Cell.

Returns:

setGoal

public void setGoal(boolean goal)
Sets the Goal property for Basic Cell.

Parameters:
_goal - the new Goal value

isGoal2

public boolean isGoal2()
Gets the Goal 2 property for Basic Cell.

Returns:

setGoal2

public void setGoal2(boolean goal2)
Sets the Goal 2 property for Basic Cell.

Parameters:
_goal2 - the new Goal 2 value

isGoal3

public boolean isGoal3()
Gets the Goal 3 property for Basic Cell.

Returns:

setGoal3

public void setGoal3(boolean goal3)
Sets the Goal 3 property for Basic Cell.

Parameters:
_goal3 - the new Goal 3 value