I am creating Selenium RC test scripts in Visual Studio (C#). I开发者_如何学C am struggling with re-factoring the tests; all my tests are in a single
I am creating test scripts in Visual Studio IDE using Selenium RC and executing them thru NUnit. In order 开发者_StackOverflowto run these tests on Virtual PC,
I\'m new to both Monotouch and Monodevelop. Trying to get started with NUnit and I\'m having a lot of trouble -- none of the sketchy references I can find on line seem to match what I\'m seeing in the
My team is currently using CppUnit for all our开发者_如何学Python unmanaged C++ unit tests but I\'m toying with the idea of transitioning to NUnit through either GenTestAsm (pure C#) or C++/CLI.Either
I\'m sure I missing something simple here but I can\'t figure out why my NUnit object comparison test continues to fail.
I have custom event logger, and I want to test it. [Test] public void AddLogWithExceptionAndEventLogEntryTypeTest()
I vaguely remember reading \"something\" \"somewhere\" about using Trace.WriteLine over Console.Out.WriteLine in nUnit possibly in the context of reSharper or TeamCity but I cannot remember the detail
Suppose I have a class library cl1 and a unit test for it that is called clt1. I can use Visual Studio\'s Attach to Process feature to attach to NUnit runner. This lets me debug cl1, for example set b
I\'m getting the exception The type initializer for \'Moq.Mock`1\' threw an exception. using Moq 4.0 I\'ve checked around on a couple of forums and they allude to using the Moq-NoCastle version.I
I have code which require me to Pinvoke into a 3rd party native DLL. The issue is that when I use the Nunit test runner for those tests, the native dll is locked by the nunit processes (nunit.exe and