Verifies that two ints are equal. If
they are not equals then an AssertionException is
thrown.
Namespace: MbUnit.Framework
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- expected
- Int32
The expected value
- actual
- Int32
The actual value
- message
- String
The message printed out upon failure
See Also
Assert Class
MbUnit.Framework Namespace