Inherits junit::framework::TestCase.
Public Member Functions | |
void | testEverything () |
Tests detailed output settings functionality. | |
Protected Member Functions | |
void | setUp () throws Exception |
Does setup. | |
void | tearDown () throws Exception |
Does teardown. | |
void | TestCloning () |
void | TestRemoval () |
void | TestAdding () |
This concentrates on adding using both a code name and a display name. | |
Private Attributes | |
DetailedGridSettings | m_oDetailedGridSettings = null |
Object to test on. | |
DetailedGridSettings | m_oCopyTarget = null |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestDetailedGridSettings.setUp | ( | ) | throws Exception [protected] |
Does setup.
Exception | Won't. |
void javawrapper.TestDetailedGridSettings.tearDown | ( | ) | throws Exception [protected] |
Does teardown.
Exception | Won't. |
void javawrapper.TestDetailedGridSettings.TestCloning | ( | ) | [protected] |
void javawrapper.TestDetailedGridSettings.TestRemoval | ( | ) | [protected] |
void javawrapper.TestDetailedGridSettings.TestAdding | ( | ) | [protected] |
This concentrates on adding using both a code name and a display name.
void javawrapper.TestDetailedGridSettings.testEverything | ( | ) |
Tests detailed output settings functionality.
Order of test functions is important.
Object to test on.
DetailedGridSettings javawrapper.TestDetailedGridSettings.m_oCopyTarget = null [private] |