nunit
Is it possible to wait on a task from a thread other than the parent thread?
I need to wait on a tas开发者_JAVA技巧k that I created in the production code from the test code. Is it possible to do that? I am using Nunit framework for testing.You should be able to Task.Wait from[详细]
2023-04-08 19:01 分类:问答Steps to run NUnit tests on OSX
How do I run NUnit tests developed within VS2010 on a Mac? This seems like a very simple and naive question but I have been struggl开发者_Python百科ing to find all the steps. I have done my due dilige[详细]
2023-04-07 13:54 分类:问答NuGet and nUnit automation
I have a VS project and in the project properties under the Debug tab I set: Start External Program:D:\\SolutionName\\packages\\NUnit.2.5.10.11092\\tools\\nunit.exe[详细]
2023-04-07 10:45 分类:问答How to use a common test harness for MStests & NUnit and run them in Mono?
I\'m using VS2010 to develop a project and will be adding some NUnit tests to an existing test harness which is full of MStests.How do i run only the NUnit tests from that harness in Mono? Is there wa[详细]
2023-04-07 09:34 分类:问答Re-create an existing sql server database programatically?
Is it possible to either copy and existing database, or generate t开发者_运维技巧he sqland then run it against a sql database to create a copy of an existing database?[详细]
2023-04-06 19:00 分类:问答Open Source .NET Application Projects (not framework or tool projects) with lots of NUnit Tests
I would like to get a list some reference or sample application projects in .NET/C#- with good test coverage.[详细]
2023-04-06 18:57 分类:问答MVC3 Moq account controller c# nUnit
I am trying to learn Moq but it is proving somewhat difficult. If I want to implement some basic tests using nUnit and Moq for the account controller in a new MVC3 project, how would I go about it?[详细]
2023-04-06 10:05 分类:问答Sequential Attribute on a class level nunit
Is there something similar to Sequential Attribute that I can put on the class itself. And use theSequential variables on the class level and not on a specific test level as it works with Se开发者_Sta[详细]
2023-04-06 09:44 分类:问答NUnit base class
I am approaching database testing with NUnit. As its time consuming so I don\'t want to run everytime.[详细]
2023-04-05 17:54 分类:问答What is the most "testable" way to use static reference information in an application?
I have an application which needs to reference a set of reference codes (a 3-char code and it\'s associated short description). The data doesn\'t change -- or at least I\'ve never known it to change i[详细]
2023-04-05 14:45 分类:问答