/// Tests the Underline Functions
/// @return True if all tests were executed, false if not
bool FontSettingTestSuite::TestCaseUnderline()
{
    //------Last Checked------//
    // - Dec 6, 2004
    FontSetting fontSetting;
    fontSetting.SetUnderline();
    TEST(wxT("SetUnderline"), (fontSetting.IsUnderline()));
    return (true);
}