Inherits junit::framework::TestCase.
Public Member Functions | |
void | testAddGetAbundance () |
Tests the AddAbundance method. | |
void | testCell () |
Tests cell methods. | |
void | testRemoveSpecies () |
Tests RemoveSpecies method. | |
void | testAddSpecies () |
Tests the AddSpecies method. | |
void | testGetSetPlantSpacing () |
Tests GetPlantSpacing and GetPlantSpacing methods. | |
void | testGetSetTimestep () |
Tests GetTimestep and SetTimestep methods. | |
void | testGetSetSpacingDistance () |
Tests GetSpacingDistance and SetSpacingDistance methods. | |
void | testValidatePlant () |
Tests ValidatePlant method. | |
Protected Member Functions | |
void | setUp () throws Exception |
Does set up by creating the test object. | |
void | tearDown () throws Exception |
Does tear down. | |
Private Attributes | |
PlantingData | m_oPlantingData = null |
Object data. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestPlantingData.setUp | ( | ) | throws Exception [protected] |
Does set up by creating the test object.
Exception | Won't. |
void javawrapper.TestPlantingData.tearDown | ( | ) | throws Exception [protected] |
Does tear down.
Exception | Won't. |
void javawrapper.TestPlantingData.testAddGetAbundance | ( | ) |
Tests the AddAbundance method.
void javawrapper.TestPlantingData.testCell | ( | ) |
Tests cell methods.
void javawrapper.TestPlantingData.testRemoveSpecies | ( | ) |
Tests RemoveSpecies method.
void javawrapper.TestPlantingData.testAddSpecies | ( | ) |
Tests the AddSpecies method.
void javawrapper.TestPlantingData.testGetSetPlantSpacing | ( | ) |
Tests GetPlantSpacing and GetPlantSpacing methods.
void javawrapper.TestPlantingData.testGetSetTimestep | ( | ) |
Tests GetTimestep and SetTimestep methods.
void javawrapper.TestPlantingData.testGetSetSpacingDistance | ( | ) |
Tests GetSpacingDistance and SetSpacingDistance methods.
void javawrapper.TestPlantingData.testValidatePlant | ( | ) |
Tests ValidatePlant method.
PlantingData javawrapper.TestPlantingData.m_oPlantingData = null [private] |
Object data.