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. | |
Private Attributes | |
DetailedOutputSettings | m_oDetailedOutputSettings = null |
Object to test on. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
void javawrapper.TestDetailedOutputSettings.setUp | ( | ) | throws Exception [protected] |
Does setup.
Exception | Won't. |
void javawrapper.TestDetailedOutputSettings.tearDown | ( | ) | throws Exception [protected] |
Does teardown.
Exception | Won't. |
void javawrapper.TestDetailedOutputSettings.testEverything | ( | ) |
Tests detailed output settings functionality.
DetailedOutputSettings javawrapper.TestDetailedOutputSettings.m_oDetailedOutputSettings = null [private] |
Object to test on.