зеркало из
1
0
Форкнуть 0

Added two additional features to the CHANGES

This commit is contained in:
Rob Prouse 2016-10-04 17:34:55 -04:00
Родитель 98a24e9d1e
Коммит eef138270c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,8 @@ use the NUnit NuGet packages for the framework, but a ZIP file with the binaries
Framework
* Added Assert.Zero and Assert.NotZero methods
* You can now pass a Func<string> to Asserts to lazily evaluate exception messages
* Added the ability to Assert on the order of multiple properties in a collection
* Tests with a Timeout will no longer timeout while you are debugging
Issues Resolved