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