[Nunit-core] [Bug 958770] Re: Add Assert.Throws( Func ) for properties testing

2012-03-18 Thread Yuri Astrakhan
** Summary changed: - Add Assert.Throws( Func ) for properties + Add Assert.Throws( Func ) for properties testing ** Description changed: Sometimes an object is in a certain state that causes reading its properties to throw exceptions. For example, the object might be disposed, and will th

[Nunit-core] [Bug 958770] [NEW] Add Assert.Throws( Func ) for properties

2012-03-18 Thread Yuri Astrakhan
Public bug reported: Sometimes an object is in a certain state that causes reading its properties to throw exceptions. For example, the object might be disposed, and will throw InvalidOperationException(). To test for such behavior, one would write var obj = CreateDisposedObject(); #pragma warn

[Nunit-core] [Bug 958766] [NEW] For development work under TeamCity, we need to support nunit2 formatted output under direct-runner

2012-03-18 Thread Charlie Poole
Public bug reported: NUnit-Console can provide XML output using the nunit2 schema. We need to provide the same thing under direct-runner, which is used for our teamcity builds and tests of the framework. ** Affects: nunit-3.0 Importance: Undecided Status: New -- You received this

[Nunit-core] [Bug 958768] [NEW] NUnit-Console should support incremental output under TeamCity

2012-03-18 Thread Charlie Poole
Public bug reported: When running under TeamCity, nunit-console should output specially formatted messages to stdout that TeamCity uses to monitor the progress of the test. We can support this via an option like --teamcity, but may also consider doing it automatically in the case where we know we