|
Browse by Tags
All Tags » Unit Tests ( RSS)
-
Hi, this is my first post here, so I´ll start with the deserved kudo´s to the SharpDevelop team and the community. Especially the unit test pad is soooo useful and time-saving! Unfortunately, if building a complex solution/application (especially when using a configuration framework like Spring), it...
Posted to
Forum
by
Doc Schorsch
on
04-24-2007
Filed under: Unit Tests, Feature, 2429, Patch
-
I am running SharpDevelop 2.1 build 2201. When I run Unit-Tests from with the IDE I get the following output: NUnit version 2.2.9 Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole. Copyright (C) 2000-2003 Philip Craig. All Rights Reserved. OS Version: Microsoft...
-
SharpDevelop Version : 2.1.0.1825 .NET Version : 2.0.50727.42 OS Version : Microsoft Windows NT 5.2.3790 Service Pack 1 Current culture : English (United States) (en-US) Running as 64 bit process Working Set Memory : 109420kb GC Heap Memory : 22139kb Unhandled exception Exception thrown: System.Runtime...
Posted to
Forum
by
chirino
on
09-29-2006
Filed under: Bug report, Unit Tests, exception, nant
-
I started stepping into production code out of a unit test. Was able to step through quite a few lines. I was on the next-to-last line of the following method. Stopped and pointed to the input variable 'level' to check its value. That's when the exception occurred. public override void Write...
Posted to
Forum
by
chucksphar
on
09-21-2006
Filed under: serralongue, debugging, Unit Tests, exception
-
I've been getting this one fairly often while debugging from Unit Tests window. I step into a test, try to execute an assertion, and get a NullReferenceException (apparently in NUnit, from the stack trace). I don't have the same problem in Visual Studio 2005 using TestDriven.NET or TestRunner...
Posted to
Forum
by
chucksphar
on
08-30-2006
Filed under: Bug report, 1591, debugging, Unit Tests
-
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
-
SharpDevelop 3.0.0.2970 Problem: I have a base class that is not marked as [TestFixture], but has methods marked with [Test]. I have several derived classes that are marked as a [TestFixture] that derive from this base class. However, even though the base class's test are executed for each derived...
Page 1 of 1 (7 items)
|
|
|