1 write to ExpectedType
xunit.assert (1)
Sdk\Exceptions\EqualException.cs (1)
121
ExpectedType
= expectedType;
4 references to ExpectedType
xunit.assert (4)
Sdk\Exceptions\EqualException.cs (4)
178
var undefinedType = string.IsNullOrEmpty(ActualType) || string.IsNullOrEmpty(
ExpectedType
);
180
var actualTypeMessage = undefinedType ||
ExpectedType
== ActualType ? string.Empty : ActualType;
181
var expectedTypeMessage = undefinedType ||
ExpectedType
== ActualType ? string.Empty :
ExpectedType
;