What is Assert in NUnit?
The NUnit Assert class is used to determine whether or not a particular test method produces the expected results. We write code in a test method to check the behaviour of a business object. A result is returned by that business object. The Assert method compares the actual result to the expected result.