-
I am using .NET 3.5 SP1.
I ended up making my own bare-bones unit tester that uses the csUnit attributes. I think that I got a similar (or the very same) error when running in release mode and one of my tested functions triggered an exception. I call my test functions using MethodInfo.Invoke(), which is probably what csUnit does. However, csUnit gives me the error even if all my tests run fine...
2009-06-26 04:39:37 UTC in csUnit - unit testing for .NET
-
Whenever I try to load an assembly (.exe or .dll) in the csUnit GUI application, I get a message box that says "Exception has been thrown by the target of an invocation.", and the assembly does not show up in the Tests tab. This happens regardless of whether or not the given assembly has any unit tests or fixtures in it.
System:
Windows XP x64 edition
x86 C# assemblies
Microsoft Visual C#...
2009-06-14 07:01:51 UTC in csUnit - unit testing for .NET
-
Perhaps this feature is already available, but just not mentioned in the documenation?.
2009-06-14 06:52:55 UTC in csUnit - unit testing for .NET
-
It would great to have something like a RunUnitTests() function that I could call from within my code that returns a list of all errors. It should run in the calling thread. It could optionally use the calling assembly, all loaded assembly, or an assembly supplied as an argument.
2009-06-14 06:49:46 UTC in csUnit - unit testing for .NET
-
danarchy committed patchset 205 of module ChessGC to the ChessGC CVS repository, changing 1 files.
2006-06-07 01:04:43 UTC in ChessGC
-
danarchy committed patchset 204 of module ChessGC to the ChessGC CVS repository, changing 1 files.
2006-06-05 05:18:03 UTC in ChessGC
-
danarchy committed patchset 203 of module ChessGC to the ChessGC CVS repository, changing 35 files.
2006-06-05 04:32:25 UTC in ChessGC
-
danarchy committed patchset 202 of module ChessGC to the ChessGC CVS repository, changing 1 files.
2006-06-03 07:31:14 UTC in ChessGC
-
danarchy committed patchset 192 of module ChessGC to the ChessGC CVS repository, changing 7 files.
2006-05-31 04:03:30 UTC in ChessGC
-
danarchy committed patchset 191 of module ChessGC to the ChessGC CVS repository, changing 5 files.
2006-05-31 03:35:18 UTC in ChessGC