Asserts that two uints are not equal. If they are equal
an AssertionException is thrown.
Namespace: MbUnit.Framework
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public: static void AreNotEqual( unsigned int expected, unsigned int actual )
Parameters
- expected
- UInt32
The expected object
- actual
- UInt32
The actual object
See Also
Assert Class
MbUnit.Framework Namespace