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
2013-11-01Fix two wrong conditionals.Therzok
2013-10-28Use non-broken signing keyMichael Hutchinson
2013-10-27Revert "Disable assembly signing, .NET 4.5.1 doesn't like the keyfile"Alan McGovern
2013-10-27Expand to full path on load, not after the tests runAlan McGovern
2013-10-25Disable assembly signing, .NET 4.5.1 doesn't like the keyfileMichael Hutchinson
2013-10-24Merge pull request #4 from Therzok/masterAlan McGovern
2013-10-24[TestRunner] Fix commandline from Windows.Therzok
2013-10-24Properly handle executing an entire namespace of tests.alan
2013-10-24Revert "Don't mangle the test names."alan
2013-10-22[GuiUnit] Ensure the TcpWriter socket is always disposed correctlyAlan McGovern
2013-10-07Include the message and stacktrace in the results sent to MDLluis Sanchez
2013-09-14Give TestRunner STAThread attributeAlex Corrado
2013-09-05Fix Xwt initialization to work with the WPF backendAlex Corrado
2013-08-07Don't mangle the test names.Alan McGovern
2013-08-06SimpleNameFilter should also work with namespacesAlan McGovern
2013-08-03Fix on the fly updates againAlan McGovern
2013-08-02The error code of GuiUnit is the number of tests that failAlan McGovern
2013-07-31Make TcpWriter Windows Phone compatibleermau
2013-07-31Use reflection to check restricted methodsermau
2013-07-29Ensure we always propagate the right return valueAlan McGovern
2013-07-29Add the ability to run without explicit mainloop integration.Alan McGovern
2013-07-26Add support for Gtk tooAlan McGovern
2013-07-26Work around a bug in xbuildAlan McGovern
2013-07-25Add both a NET_4_0 and NET_4_5 build of GuiUnitAlan McGovern
2013-07-25Do not inherit from ILogicalThreadAffinative and add more helpersAlan McGovern
2013-07-25Add some additional helper Assert methods to better match NUnit 2.6Alan McGovern
2013-07-24Better propagation of async exceptionsAlan McGovern
2013-07-24Full support for on the fly xml output as tests runAlan McGovern
2013-07-23Ignore .DS_StoreAlan McGovern
2013-07-23Use the new support for writing on the fly updates over TCPAlan McGovern
2013-07-23Add basic support for outputing on the fly updatesAlan McGovern
2013-07-18Add obj/ directory to gitignoreJeremie Laval
2013-07-18Remove a duplicate fileAlan McGovern
2013-07-18Clean up the main loop interaction code.Alan McGovern
2013-07-17Add an ignoreAlan McGovern
2013-07-17Return 0 for successAlan McGovern
2013-07-17Add GuiUnit.csprojAlan McGovern
2013-07-17Refactor NUnitLite so it can execute tests using a GUI main loopAlan McGovern
2013-07-15Initial nunit lite commitAlan McGovern