# test harness def rwdtinker_all_tests print "in rwdtinker all tests\n" test_runrwdtinkerbackwindow end def test_runrwdtinkerbackwindow require 'test/unit' begin runrwdtinkerbackwindow raise NotImplementedError, 'Need to write test_runrwdtinkerbackwindow' rescue NotImplementedError $stderr.print $! end end def test_choosenewhelptopic raise NotImplementedError, 'Need to write test_choosenewhelptopic' end def test_listinstalledfiles raise NotImplementedError, 'Need to write test_listinstalledfiles' end def test_listzipfilestoinstall raise NotImplementedError, 'Need to write test_listzipfilestoinstall' end def test_loadconfigurationrecord raise NotImplementedError, 'Need to write test_loadconfigurationrecord' end def test_loadconfigurationvariables raise NotImplementedError, 'Need to write test_loadconfigurationvariables' end def test_loadgemspecrecord raise NotImplementedError, 'Need to write test_loadgemspecrecord' end def test_loadrubyslippersconfiguration raise NotImplementedError, 'Need to write test_loadrubyslippersconfiguration' end def test_loadrubyslippersconfigurationvariables raise NotImplementedError, 'Need to write test_loadrubyslippersconfigurationvariables' end def test_main raise NotImplementedError, 'Need to write test_main' end def test_network_demon raise NotImplementedError, 'Need to write test_network_demon' end def test_network_start raise NotImplementedError, 'Need to write test_network_start' end def test_openappletname raise NotImplementedError, 'Need to write test_openappletname' end def test_removeapplet raise NotImplementedError, 'Need to write test_removeapplet' end def test_returntomain raise NotImplementedError, 'Need to write test_returntomain' end def test_runcontrolcommand raise NotImplementedError, 'Need to write test_runcontrolcommand' end def test_runhelpwindow raise NotImplementedError, 'Need to write test_runhelpwindow' end def test_runrwdtinkerversion raise NotImplementedError, 'Need to write test_runrwdtinkerversion' end def test_runrwdtinkerwin2version raise NotImplementedError, 'Need to write test_runrwdtinkerwin2version' end def test_runviewplatform raise NotImplementedError, 'Need to write test_runviewplatform' end def test_rwdtinkerversiondiagnostic raise NotImplementedError, 'Need to write test_rwdtinkerversiondiagnostic' end def test_rwdwindowreturn raise NotImplementedError, 'Need to write test_rwdwindowreturn' end def test_saveconfigurationrecord raise NotImplementedError, 'Need to write test_saveconfigurationrecord' end def test_viewappletcontents raise NotImplementedError, 'Need to write test_viewappletcontents' end