NotBe
Objects
var theSimpsonsCat = new Cat { Name = "Santas little helper" };
theSimpsonsCat.Name.ShouldNotBe("Santas little helper");theSimpsonsCat.Name
should not be
"Santas little helper"
but wasNumeric
Integer
const int one = 1;
one.ShouldNotBe(1);Long
DateTime(Offset)
TimeSpan
Last updated