Public Member Functions | |
void | testMakeSureAllAreProportions () |
Tests the MakeSureAllAreProportions methods. | |
void | testMakeSureAllNonNegative () |
Testing to make sure there are no negative values in a float array. | |
void | testMakeSureAllNonZero () |
Testing for MakeSureAllNonZero in ModelVectors. | |
void | testMakeSureAllNonNegative1 () |
Testing to make sure there are no negative values in an integer array. | |
void | testMakeSureAllNonNegative2 () |
Testing for non-negatives in ModelVectors. | |
void | testMakeSureAllPositive () |
Testing to make sure all values in a Float array are greater than 0. | |
void | testMakeSureAllAreBounded () |
Testing to make sure all values in a vector are between two bounds. | |
void | testMakeSureAllPositive1 () |
Tests to make sure all values in an Integer array are greater than 0. | |
void | testMakeSureAllPositive2 () |
Tests MakeSureAllPositive methods. | |
void | testMakeSureIsProportion () |
Tests to make sure a ModelFloat value is a proportion. | |
void | testMakeSureNonNegative () |
Tests to make sure a ModelFloat value is not negative. | |
void | testMakeSureNonNegative1 () |
Tests to make sure a ModelInt value is not negative. | |
void | testMakeSureNonZero1 () |
Tests to make sure a ModelFloat value is not equal to zero. | |
void | testMakeSureNonZero2 () |
Tests to make sure a ModelInt value is not equal to zero. | |
void | testMakeSurePositive () |
Tests to make sure a ModelFloat value is greater than zero. | |
void | testMakeSurePositive1 () |
Tests to make sure a ModelInt value is greater than zero. | |
void | testChangeOfSpecies () |
Tests change of species. | |
Protected Member Functions | |
void | setUp () throws Exception |
Does set up by creating the test object. | |
void | tearDown () throws Exception |
Does tear down. | |
Private Attributes | |
WorkerTester | m_oWorkerBaseTester = null |
Test object. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper::TestWorkerBase::setUp | ( | ) | throws Exception [inline, protected] |
Does set up by creating the test object.
Exception | Won't. |
void javawrapper::TestWorkerBase::tearDown | ( | ) | throws Exception [inline, protected] |
Does tear down.
Exception | Won't. |