|
Browse by Tags
All Tags » nunit ( RSS)
-
Hi, Is there a way to specify the transform file as part of the command line in SD? I don't see an option for it in the GUI menus, but it would be handy. I'd like to set the "/transform:" command line switch to produce human-readable output in a nice friendly report for my clients.
-
When running my NUnit tests in SharpDevelop I am experiencing a hard OS crash (no bluescreen, instant reboot). The tests run without problem in nunit-gui or nunit-console, I only experience the crash in SharpDevelop. I can run single tests, but not the whole suite. Using: SharpDevelop 2.1.0 build 2429...
Posted to
Forum
by
tgreiser
on
07-04-2007
Filed under: Bug report, .Net 2.0 bugs, nunit
-
Hi, I am having a problem with my unit tests failing randomly. I switched to sqlite from firebird. Now the tests run blazingly fast, but the problem persists. When i ran the tests manually with nunit-console myasembly /nothread all tests passed. How to instruct in sharpdevelop that test should be run...
-
When I click on the green arrow in the unit test window to execute the tests, should a project rebuild if the code has changed? I've noticed that if I change code and then click the green arrow, the old test runs. However, if I click on the icon next to the test method and elect to run the tests...
Posted to
Forum
by
rhensley
on
09-19-2006
Filed under: Serralongue, Bug report, test, nunit
-
Hello all, I am trying to get my small unit test to work. However, I keep getting: Tests run: 0, Failures: 0, Not run: 0, Time: 0.000 seconds My Test class is this: using NUnit.Framework; using System; namespace Dip { [TestFixture] public class MyTest { [Test] public void FailingTest() { Assert.Fail...
-
I have a class containing three class files, each with one or more tests. In the Unit Tests panel, I see this (names changed to protect the innocent): My_Tests Tests Class1 Class2 Test2a Class3 Test3a Test3b However, there is a test procedure in Class1 as well. If I click Run Test on Class1, it will...
-
I have a solution that I created with #develop 2.2. In it I have test that look like this: [Test] [Category("Short")] public void TestClient () { // ... } [Test] [Category("Long")] public void TestAgent () { // ... The tests run fine (with or without the Category attrs). But the Nunit...
Posted to
Forum
by
Turnkey
on
04-02-2008
Filed under: Unit Tests, nunit, #develop
-
Hi Tim I know they upgraded the support for NUnit 2.4x in the newly released #D 2.2 (build 2595). Try that version and see if that doesn't solve your computer crashing. Regards, Marcus
Page 1 of 1 (8 items)
|
|
|