Asserts
Assertions
xUnit.net
Comments
Equal
MSTest and xUnit.net support generic versions of this method
NotEqual
MSTest and xUnit.net support generic versions of this method
NotSame
Same
Contains
DoesNotContain
InRange
Ensures that a value is in a given inclusive range
IsAssignableFrom
Empty
False
IsType<T>
NotEmpty
IsNotType<T>
NotNull
Null
True
NotInRange
Ensures that a value is not in a given inclusive range
Throws<T>
Ensures that the code throws an exact exception
Last updated