There are lots of small fixes and improvements across the SpecsFor suite today.  Let’s take a look! [more] SpecsFor 4.4.0 First, the Any.NonNullValueOf partial matcher now works with nullable types! SUT.ShouldLookLike(() => new TestObject { OptionalDate = Any.NonNullValueOf<DateTime?>() }) I also added two new Should extension methods for checking IEnumerables for ascending/descending values: Assert.DoesNotThrow(() =>…

Read More