My actual\expected tables has columns with binary(16) type.
I populate expected table with following:
('2023-08-15', '2023-08-20', 'C', 0x33333333333333333333333333333333, 0xCCCC3333333333333333333333333333, N'Group C', N'Clear C'),
However, when I run my test with AssertEqualsTable
, the difference between binary values are listed as System.Byte[]
.
Is there any way to output binary in the human-readable form? Or, if not, is there convenient workaround?
