-
I use csUnit with parametrized tests, to be more specific I use the DataSource attribute to specify a type that generates the DataRows
[Test]
[DataSource(typeof(Compound_Tests))]
public void AllTestsInFolder(string name, string template)
{ ... }
This all works nicely, but some of the reporting goes wrong. First, the status bar counts every datarow-test as a...
2009-12-30 09:04:15 UTC by tdykstra
-
Hello! After running a test with csUnit my processor load remains on 100%. csUnit claims to be in idle mode, but the task manager clearly identifies it to consume all cpu capacity. Did I do something wrong in the TestFixture classes? I use csUnit 2.6 and Visual Studio 2008 Express edition.
Thanks in advance,
Regards,
Jan.
2009-12-05 22:41:56 UTC by nobody
-
malange committed revision 420 to the csUnit - unit testing for .NET SVN repository, changing 3 files.
2009-11-14 23:40:44 UTC by malange
-
It would be really helpful if csUnit included a code coverage viewer that would tell testers what parts of the AUT (Application Under Test) are under test coverage and which parts aren't. I would be more than happy to help develop such a feature myself if such help would be welcome...
2009-11-06 20:58:54 UTC by rmiesen
-
malange committed revision 419 to the csUnit - unit testing for .NET SVN repository, changing 2 files.
2009-10-12 08:17:04 UTC by malange
-
malange committed revision 418 to the csUnit - unit testing for .NET SVN repository, changing 37 files.
2009-10-11 08:57:06 UTC by malange
-
malange committed revision 417 to the csUnit - unit testing for .NET SVN repository, changing 1 files.
2009-10-10 22:47:30 UTC by malange
-
Looks like a duplicate to 2815572.
Kind regards,
Manfred.
---
Manfred Lange.
csUnit team member
http://www.csunit.org.
2009-10-10 22:30:40 UTC by malange
-
Duplicate to 2815572.
Kind regards,
Manfred.
---
Manfred Lange.
csUnit team member
http://www.csunit.org.
2009-10-10 22:28:58 UTC by malange
-
Duplicate to SF ID 2815572.
Kind regards,
Manfred.
---
Manfred Lange.
csUnit team member
http://www.csunit.org.
2009-10-10 22:27:30 UTC by malange