Tagged Questions
0
votes
1answer
233 views
Allow own TestContext class to inject different connections Strings inVisual Studio Unit Test Project
In MBUnit I can annotate my Test class with a Factory and multiple getter returning an oracle/sql/mysql connection string which can be obtained by every test method in the test class.
How can I do ...
1
vote
1answer
282 views
Gallio error “An exception was thrown while exploring tests.”
Hi I have a test project with Gallio 3.2 b.435 within VisualStudio 2010. Every time I launch any test the output windows pops out.
this is the error message
[error] An exception was thrown while ...
3
votes
1answer
1k views
MbUnit and Resharper integration not working in Visual Studio 2010
I set up a new machine this week. It is running Windows 7, 64 bit.
I installed Visual Studio 2010 Professional, then Resharper 5.0, rapidly followed by Resharper 5.1 when it came out soon after.
...
0
votes
1answer
92 views
Azure web role project not creating MbUnit test project?
We're creating an Azure cloud service project in VS 2010 with an ASP.Net MVC 2 web role. When we create the MVC project we're asked if we want to create a test project. Our choices are MbUnit3 (our ...
4
votes
4answers
2k views
VS 2010 and MBUnit how to run just one test
I have Gallio/MbUnit installed and am using VS 2010 RC and I want to be able to run a single unit test or just all unit tests inside of a TestFixture and not all the tests in the entire project ...