0
votes
1answer
15 views
Testdriven.net not available in the right-click context menu
Testdriven.net not available in the right-click context menu??
0
votes
2answers
20 views
Integration test failing through NUnit Gui/Console, but passes through TestDriven in IDE
I am using NHibernate against an Oracle database with the NHibernate.Driver.OracleDataClientDriver driver class. I have an integration test that pulls back expected data properly …
0
votes
2answers
104 views
Problems redirecting NUnit assembly version (what is [AssemblyName].temp.config?)
I am using some of the testing libraries from Sharp Architecture which make use of NUnit 2.5.0 while the rest of my project uses NUnit 2.5.1 so I placed an assembly redirect in my …
1
vote
1answer
29 views
Can a Gallio/MbUnit Test be Ran without Installing Gallio?
Hi all,
I've installed TestDriven.Net in Visual Studio 2008 and when I run a mbunit test from TD.Net I get this message:
It looks like you're trying to execute a Gallio/MbUnit …
0
votes
0answers
22 views
proliferation of rocket tray icons
Each time I run a test using TestDriven, it creates another "rocket" icon on my system tray. I have to manually do right-click Quit to get rid of them. How can I avoid this?
1
vote
1answer
118 views
Why does MSTest and TestDriven.NET behave differently using this code?
Check out this code:
internal static readonly Dictionary<Type, Func<IModel>> typeToCreator = new Dictionary<Type, Func<IModel>>();
protected static object …
2
votes
3answers
58 views
Run an NUnit test without using the mouse?
When I want to run 1 test, I always have to right-click the method declaration and click "Run Test". Is there a way to do this without using the mouse?
0
votes
2answers
87 views
TestDriven.Net nunit.framework error
I am running TestDriven.Net version 2.23, NBehave version 0.4.0.133, and nunit version Unit 2.5.0.9122. I am also running the latest version of Resharper. Here is a snipet of tes …
0
votes
2answers
209 views
How to run and debug nunit tests in Visual Studio 2008 on 64-bit Windows 7?
Hello,
I've exchanged my dev machine (WinXP/32bit) to a new one (Windows 7/64bit). Now I have trouble running NUnit test from inside Visual Studio 2008. I'm using latest build of …
3
votes
3answers
123 views
How do I specify test method parameters with TestDriven.NET ?
Hi,
I'm writing unit tests with NUnit and the TestDriven.NET plugin. I'd like to provide parameters to a test method like this :
[TestFixture]
public class MyTests
{
[Test]
…
0
votes
0answers
12 views
ServiceLocator Kills NCover
I'm about 2 weeks into a project using ASP.NET MVC/Ninject2 and have a heap of unit tests using Moq and some integration tests using Cassini. Up until yesterday, everything passed …
1
vote
1answer
14 views
How do I change test stub framework?
When I stub out a test with CodeRush, it is automatically inserting a using statement for NUnit when I already have a using statement for MBUnit. Is there a way to change the defa …
2
votes
3answers
204 views
Gallio Icarus vs. Testdriven.net
What are the differences between using a VS integrated tool like Testdriven.net or using a GUI test runner like Icarus or NUnit GUI?
What do you prefer and why?
So far i've found …
1
vote
1answer
91 views
Getting Console output to display from Gallio & xunit.net
Previously when executing unit tests with xunit.net / testdriven.net I could see output written to the console (via Console.WriteLine) displayed in the output window.
I'm now usin …
4
votes
4answers
451 views
TestDriven.NET is not running my SetUp methods for MbUnit
I've created some MbUnit Test Fixtures that have SetUp methods marked with the SetUp attribute. These methods run before the tests just fine using the MbUnit GUI, the console runn …
