1-9 of 9 < Previous Next >
1 vote
closed

Need projects for compact framework

It would be convenient to have NUnitLite and NUnitLiteTests projects for compact framework so that people don't have to create them and copy the files themselves. We may want separate sets for .NET...

id# 12447 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Nov 4 2007 at 1:00 AM  by cpoole
1 vote
closed

Generalize "Console" Output

Not all platforms have a console device. And in .NET CF 1.0, the console output can not be redirected. Therefore... we should do all our text output to a TextWriter interace and inject the appropr...

id# 12449 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Nov 4 2007 at 12:57 AM  by cpoole
1 vote
closed

ExpectedException not Handled on Compact Framework

On CF all tests with Expected Exceptions are simply reporting the excetpion rather than handling it. This appears to be due to one of several places where we catch a TargetInvocationException. exp...

id# 12446 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Nov 4 2007 at 12:56 AM  by cpoole
1 vote
closed

Incorrect preprocessor constant used in DisplayHelp()

At line 132 of CommandLineOptions.cs (the DisplayHelp() method), there is a preprocessor conditional block which uses the define WindowsCD. This should be WindowsCE.

id# 12361 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Nov 4 2007 at 12:55 AM  by cpoole
1 vote
closed

StackFilter still uses NUnitLite namespace

The StackFilter class looks for NUnitLite.Framework classes to eliminate from the stack even though we changed the namespace to be NUnit.Framework. The tests are also incorrect. In addition, the f...

id# 12372 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Nov 4 2007 at 12:53 AM  by cpoole
1 vote
closed

NUnitLite.sln still contains a reference to CppTests\CppTests.vcproj

see corresponding email

id# 12410 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Oct 28 2007 at 4:02 PM  by cpoole
1 vote

Add the .NET micro framework as a supported platform

... and make it work, of course!

id# 12448 | Planned Release: None | Last Updated: Oct 28 2007 at 3:59 PM  by cpoole
1 vote
closed

update copyright info in copyright information in NUnitLiteTests\Properties\AssemblyInfo.cs

is 2006, should be 2007

id# 12412 | Planned Release: NUnitLite Version 0.2.0 | Last Updated: Aug 26 2007 at 3:06 AM  by cpoole
1 vote
closed

typo in src\NUnitLite\Runner\CommandLineOptions.cs, line 132

src\NUnitLite\Runner\CommandLineOptions.cs, line 132 reads #if PocketPC || WindowsCD || NETCF but should probably be #if PocketPC || WindowsCE || NETCF

id# 12411 | Planned Release: None | Last Updated: Aug 24 2007 at 5:40 AM  by cpoole

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-9 of 9 < Previous 1 Next >
Updating...