1 write to ActualType
xunit.assert (1)
Sdk\Exceptions\EqualException.cs (1)
120
ActualType
= actualType;
4 references to ActualType
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;