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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-12Initial work on NUnit add-in refactoringLluis Sanchez
2015-06-26[NUnit] Properly register test run operationsLluis Sanchez Gual
2015-06-09[NUnit] Remove rest of test options infrastructure.Matt Ward
2015-05-26[NUnit] Fix project building before running testsLluis Sanchez Gual
2015-05-22[NUnit] Fix UITests failing when run from the Unit Tests windowMatt Ward
2015-04-27Fix some continuationsLluis Sanchez Gual
2015-04-16Remove unnecessary use of GuiDispatchLluis Sanchez Gual
2015-04-15[NUnit] Remove test options infrastructureLluis Sanchez Gual
2015-04-07Track api changesLluis Sanchez Gual
2015-04-07Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-03-31Merge pull request #828 from mono/bug-28083-run-nunit-project-always-promptsLluis Sanchez
2015-03-26[NUnit] Fix prompt always displayed when running NUnit project.Matt Ward
2015-03-18[NUnit] Fix test pad refresh issueLluis Sanchez
2015-02-26[NUnit] Improve refresh of the Test PadLluis Sanchez
2015-02-25[NUnit] Added new eventLluis Sanchez
2015-02-13Use Task.Run instead of Task.Factory.StartNewLluis Sanchez Gual
2015-01-16Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-01-12[NUnit] Remove some unused usingsLluis Sanchez
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-03-10[UnitTests] Only show test projects in active configUngureanu Marius
2013-09-24[CSharpBinding] Unit test integration: Moved some test pad usages toMike Krüger
2013-08-09[NUnit] It's now possible to disable build before tests again.Mike Krüger
2013-08-02Fixed 'Bug 12481 - Running unit tests does not automatically buildMike Krüger
2013-07-29[NUnit] Add better support for streaming updates from mdtool/guiunitAlan McGovern
2013-07-25[NUnit] Initialize the Test Results pad immediately on test startAlan McGovern
2013-07-06[CSharpBinding] Started unit test text editor extension (atmMike Krüger
2013-06-14[NUnit] Don't trust provider.CreateUnitTest() to not throwJeffrey Stedfast
2013-06-07NUnit add-in improvementsLluis Sanchez
2012-10-11[NUnit] Add support for custom test runnersLluis Sanchez
2011-04-08Fixed 'Bug 686007 - Internal Error is thrown when working on NunitMike Krüger
2011-03-07Stop running operations before start testing.Lluis Sanchez Gual
2011-02-28Run some gui code in the gui thread.Lluis Sanchez Gual
2011-02-11Make the pad sticky while the tests are runnig, so the results pad isLluis Sanchez Gual
2010-05-26* src/addins/NUnit/Services/NUnitService.cs:Lluis Sanchez
2010-05-22* src/addins/WelcomePage/WelcomePageView.cs:Michael Hutchinson
2010-05-04* MonoDevelopNUnit.addin.xml: Register nunit project asLluis Sanchez
2010-03-17 Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.GuiLluis Sanchez
2009-12-04* Services/NUnitService.cs: Don't try to build tests until theLluis Sanchez
2009-12-03* src/tools/mdhost/src/mdhost.cs:Michael Hutchinson
2009-10-02* Services/NUnitService.cs: After a build operation, and beforeLluis Sanchez
2009-09-092009-09-09 Christian Hergert <chris@dronelabs.com>Christian Hergert
2009-06-23Use the new DesktopService instead of PlatformService.Lluis Sanchez
2009-04-17* Gui/NUnitOptionsPanel.cs:Mike Krüger
2009-03-04Changed the way execution handlers work. We are not using platformLluis Sanchez
2009-02-17* Gui/TestPad.cs:Lluis Sanchez
2009-01-19* NUnit/Gui/TestPad.cs:Lluis Sanchez
2008-12-04* NUnit/Services/NUnitService.cs: Track api changes.Lluis Sanchez
2008-10-02* MonoDevelopNUnit.addin.xml, Services/WorkspaceTestGroup.cs,Michael Hutchinson
2008-05-27* Services/NUnitService.cs, Gui/TestPad.cs: Moved SearchTest toLluis Sanchez
2008-05-21New project model changes.Lluis Sanchez