TestUtilitiesTestSimpleEquals Method |
Tests that an object whose Equals method tests all of its public properties is behaving correctly. Only
works with objects that have a simple constructor.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void TestSimpleEquals(
Type type,
bool expectedEquals
)
Public Shared Sub TestSimpleEquals (
type As Type,
expectedEquals As Boolean
)
public:
static void TestSimpleEquals(
Type^ type,
bool expectedEquals
)
static member TestSimpleEquals :
type : Type *
expectedEquals : bool -> unit
Parameters
- type
- Type: SystemType
- expectedEquals
- Type: SystemBoolean
See Also