Click or drag to resize
weroSoft AG, Software
ReferenceAssert Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implements specialized assertions for reference assert.
Inheritance Hierarchy
SystemObject
  WeroSoft.UnitTestingReferenceAssert

Namespace:  WeroSoft.UnitTesting
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class ReferenceAssert
Methods
  NameDescription
Public methodStatic memberIsReferenceOrNot(Object, Object)
If the expected object is a reference, the actual must be a reference too. Otherwise the expected object is null, the actual must be null too.
Public methodStatic memberIsReferenceOrNot(Object, Object, String)
If the expected object is a reference, the actual must be a reference too. Otherwise the expected object is null, the actual must be null too.
Top
See Also