↧
On why there is no Assert.AreEqual(T t1, T t2) where T: IEquatable – via...
On why there is no Assert.AreEqual<T>(T t1, T t2) where T: IEquatable<T> Interesting. And I need to give some thought because when calling Assert.AreEqual<T1, T2>(T1 object1, T2...
View Articlenunit – How can I view .NET trace logs in TeamCity? – Stack Overflow
This indeed works very well: All console output is shown in the build log. So when you need more context on tests that succeed, you can just output them on the Console. A practical use: testing the...
View Article