NUnit2007 doesn't apply trivia correctly
Closed this issue · 0 comments
manfred-brands commented
Appyling NUnit2007 on
Assert.AreEqual(Environment.ProcessorCount,
1);
would give
Assert.AreEqual( 1,
Environment.ProcessorCount);
Closed this issue · 0 comments
Appyling NUnit2007 on
Assert.AreEqual(Environment.ProcessorCount,
1);
would give
Assert.AreEqual( 1,
Environment.ProcessorCount);