Tagged Questions

0
votes
5answers
336 views

InteropServices.COMException when running WatiN tests

Hi all, When I run WatiN tests on our build server they all throw this InteropServices.COMException: MyTestClassName.MyTestMethodName: System.Runtime.InteropServices.COMException : Creating an …
1
vote
2answers
30 views

How to unit test file permissions in NUnit ?

I'm trying to unit test file read operations. In this scenario I also need make sure that, if a particular user don't have read access he should get an exception... But somehow I'm unable to get it …
0
votes
1answer
15 views

how to assign a test file in resharper?

how to assign a test file in resharper? whenever I select 'run tests' it says no test file found. I created a test project, how do I link it?
0
votes
3answers
40 views

How can i assert that a particular method was called using nunit

How can i test that a particular method was called with the right parameters as a result of a test? I am using nunit. The method doesn't return anything. it just writes on a file. I am using a moq …
0
votes
1answer
5 views

Does NUnit have a built in way of calling tests from another unit?

Hi, I need to call a Test from a different unit to use in my current unit (by unit I mean class). Does NUnit have infrastructure to do that or should I just keep doing what I'm doing; instantiating …
0
votes
2answers
23 views

unit testing / integration guidance for a shopping cart

Need some guidance on how to go about unit testing a shopping cart (.net mvc, c#). I want to use sqllite as I am using nhibernate so I can create an in-memory version of my database for integration …
0
votes
4answers
600 views

How do I unit test object serialization/deserialization in VB.NET 1.1?

I am looking for example code that provides a unit test to serialize and deserialize an object from a memory stream. I have found examples using C# 2.0, however my current project uses VB.NET 1.1 …
1
vote
0answers
22 views

Create Unit test methods dynamically during runtime in MSTest

Is there an equivalent of SuiteBuilder in MSTest? couldn't find one so far. I have a bunch of xml files, each to be seen as mapped to a test method. As there are 100s of these and to manually write …
2
votes
1answer
69 views

Code coverage using mono and nunit tests

Hello, I'm trying to test a file (Account.cs) using testfile (AccountTest.cs). I run OSX 10.6 with Mono Framework (and nunit-console). Below is Account.cs namespace bank { using System; …
0
votes
2answers
117 views

Problem with runnig NUnit tests under STA

I have some NUnit test cases which need to be ran under STA model. As discussed in many web sites or blogs (for example here), I added a configuration file ("app.conig") to my NUnit test assembly …
1
vote
3answers
54 views

Include NUnit in my Open-Source Project Download?

I'm considering two possibilities: include NUnit with the source code of an open-source project - to make it very easy for the potential contributors to run automated tests right away. I feel it …
3
votes
3answers
235 views

Programmatically adding and removing log appenders in log4net

Hi. I have a component that uses log4net. I want to create unit tests, that validate that certain error conditions result in the correct logging. I was thinking that the best way to do this is to …
30
votes
7answers
4k views

NUnit vs. MbUnit vs. MSTest vs. xUnit.net

There are quite a lot of unittesting frameworks out there for .NET. I found this little feature comparison: http://www.codeplex.com/xunit/Wiki/View.aspx?title=Comparisons Now I am to choose the best …
0
votes
2answers
45 views

Database free NUnit tests

How can I test my code (TDD) for standard CRUD operations without having a database. Is it possible to achieve such level of isolation so that my code is database independent. Thanks a lot guys.
0
votes
2answers
59 views

xUnit.net Test Stripper [to remove test code embedded in binaries prior to deployment/shipping]

Is there a Test Stripper (as defined in xUnit Test Patterns) available that supports removing classes containing methods tagged as [Fact]s etc. plus the dependency on xunit.dll from binaries [as part …

1 2 3 4 5 32 next
15 30 50 per page