testdriven.net
"Test with debugger" in ReSharper?
\"TestDriven.NET\" has a great feature called \"test with debugger\". Is there anything like this in ReSharper开发者_JAVA百科?[详细]
2023-01-19 16:43 分类:问答testdriven.net log4net console output
How do I get lo开发者_开发问答g4net console output to show up when using TestDriven.net to run nunit tests? I\'m using the ColoredConsoleAppender, and there is no log output.I\'ve found the answer. Yo[详细]
2023-01-16 23:38 分类:问答Specflow error using TestDriven.Net - Couldn't Find Type
I\'m trying out Specflow for the first time, and have created a VS2010 project with a reference to TechTalk.SpecFlow, as well as nunit.framework.I\'ve added a sample Feature file:[详细]
2023-01-15 06:06 分类:问答Rolling back a test (SQL Server 2008) with TestDriven.NET in Visual Studio 2010
How do I cause all my tests to do a rollback on the SQL Server 2008 database from my Visual Studio 2010 test harness? I\'m us开发者_如何转开发ing TestDriven.NET to run the tests.[详细]
2023-01-15 06:01 分类:问答Connection nHibernate to Oracle Issues
I am trying to connect to an Oracle Database using nHibernate. I can connect using the .Net driver: <property name=\"connection.driver_class\">NHibernate.Driver.OracleClientDriver</property&[详细]
2023-01-13 19:01 分类:问答TestDriven.NET Personal version vs Professional Version
I\'m having trouble finding online resources on the feature differences between the Personal version and Profession version TestDriven.NET.[详细]
2023-01-08 00:43 分类:问答Open source alternative for TestDrive.net 'Visual Studio add in' for unit testing?
I searched about this in SO and dint find a post on this. Since TestDriven.net is ONLY free for personal use, is there any other open source visual 开发者_运维百科studio add in available for running N[详细]
2023-01-07 09:42 分类:问答TestDriven.NET runner not working with Silverlight 3 and MSTest
I am currently working on a project in Visual Studio 2010 that uses MSTest for Silverlight. I had recently converted this project from Visual Studio 2008 where the Silverlight-based tests ran without[详细]
2023-01-04 19:28 分类:问答FileNotFound Exception when using TestDriven.NET and NUnit
I\'m Writing a simple pong game in C# and XNA 4.0 to learn unit testing. The tools used are TestDriven.NET and NUnit, all newest versions. The problem is, if I test the code with VS2010 internal debug[详细]
2023-01-02 18:09 分类:问答Visual Studio 2010 and Test Driven Development
I\'m making my first steps in Test Driven Development with Visual Studio. I have some questions regarding how to implement generic classes with VS 2010.[详细]
2022-12-30 05:44 分类:问答