Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-10Revert "HACK: Add support for a console main loop"dev/lluis/revert-hackLluis Sanchez
2021-08-30Merge pull request #25 from mono/dev/lluis/convert-to-net6HEADmainLluis Sanchez
2021-05-19Report exit code when shutting down toolkitLluis Sanchez
2021-02-26Merge pull request #21 from mono/dev/therzok/exitcodeMarius Ungureanu
2021-02-26Add some more markers where ExitCode should be set to non-zeroMarius Ungureanu
2021-02-25Use Assembly.LoadFrom instead of LoadFile so dependencies are resolvedMatt Ward
2021-02-24HACK: Add support for a console main loopMatt Ward
2020-06-22Print the full test name when showing labels. (#19)Rolf Bjarne Kvinge
2018-08-02[Harness] Fix exit code of 0 being reported in case of exceptions in the harnessMarius Ungureanu
2017-11-23Don't set the exit code equal to the number of failed tests.Rolf Bjarne Kvinge
2017-02-27Revert "[GuiUnit] Just exit when the tests are finished"Alan McGovern
2017-02-27[GuiUnit] Just exit when the tests are finishedAlan McGovern
2016-09-01Add logging and make sure we always shut downAlan McGovern
2016-06-03Use the entry assembly, not calling assembly.Alan McGovern
2015-12-03TestRunner: expose ExitCodeAaron Bockover
2015-02-11Add the ability to run cleanup just before shutdownAlan McGovern
2013-10-24[TestRunner] Fix commandline from Windows.Therzok
2013-10-22[GuiUnit] Ensure the TcpWriter socket is always disposed correctlyAlan McGovern
2013-09-14Give TestRunner STAThread attributeAlex Corrado
2013-08-02The error code of GuiUnit is the number of tests that failAlan McGovern
2013-07-31Use reflection to check restricted methodsermau
2013-07-29Add the ability to run without explicit mainloop integration.Alan McGovern
2013-07-26Add support for Gtk tooAlan McGovern
2013-07-23Use the new support for writing on the fly updates over TCPAlan McGovern
2013-07-18Clean up the main loop interaction code.Alan McGovern