uaa.feral.social.demographics
Class DemographicFunctionsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by uaa.feral.social.demographics.DemographicFunctionsTest
All Implemented Interfaces:
junit.framework.Test

public class DemographicFunctionsTest
extends junit.framework.TestCase

Class for testing demographic functions

Author:
Mark Altaweel

Constructor Summary
DemographicFunctionsTest()
           
 
Method Summary
 void setup()
          Setup the test
 void setupThree()
          Third setup for a third test
 void setupTwo()
          Second setup for other tests
 void testDemographicsStep2()
          Test death
 void testDemographicStep1()
          Test birth
 void testDemographicStep3()
          Test immigration
 void testDemographicStep4()
          Test emigration
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DemographicFunctionsTest

public DemographicFunctionsTest()
Method Detail

setup

public void setup()
Setup the test


setupTwo

public void setupTwo()
Second setup for other tests


setupThree

public void setupThree()
Third setup for a third test


testDemographicStep1

public void testDemographicStep1()
Test birth


testDemographicsStep2

public void testDemographicsStep2()
Test death


testDemographicStep3

public void testDemographicStep3()
Test immigration


testDemographicStep4

public void testDemographicStep4()
Test emigration