6 references to RoundTripOfType
System.Windows.Forms.Tests (6)
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (6)
481
RoundTripOfType
<int?>(101, NotSupportedResolver).Should().Be(101);
540
RoundTripOfType
<int?[]>(value, NullableIntArrayResolver).Should().BeEquivalentTo(value);
570
var result =
RoundTripOfType
<TestDataBase>(value, TestDataResolver).Should().BeOfType<TestData>().Subject;
644
using Font result =
RoundTripOfType
<Font>(value, FontResolver).Should().BeOfType<Font>().Subject;
716
RoundTripOfType
<TestDataBase.InnerData>(value, resolver: null)
728
RoundTripOfType
<TestDataBase.InnerData>(value, resolver: null)