Inherits junit::framework::TestCase.
Public Member Functions | |
void | testLoadNoSettings () |
Tests the case where there are no settings in the OutputBehaviors object to load when the window is created. | |
void | testLoadSettings () |
Tests the case where there are settings in the OutputBehaviors object to load when the window is created. | |
Protected Member Functions | |
String | WriteXMLFile1 () throws ModelException |
This writes an XML file to test value setting. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestDetailedOutputGridSetup.testLoadNoSettings | ( | ) |
Tests the case where there are no settings in the OutputBehaviors object to load when the window is created.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
void javawrapper.TestDetailedOutputGridSetup.testLoadSettings | ( | ) |
Tests the case where there are settings in the OutputBehaviors object to load when the window is created.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
String javawrapper.TestDetailedOutputGridSetup.WriteXMLFile1 | ( | ) | throws ModelException [protected] |
This writes an XML file to test value setting.
This file contains short output settings only, for all (normal) types with a mix of true, false, and absent.
ModelException | if there is an IO problem. |