Пример #1
0
        public void BinarySerialization_Roundtrip_Completes(ITestItem <Month> testItem)
        {
            var month = testItem.Create();

            TestHelper.AssertTimePeriodBinarySerializationRoundTripSuccess(month);
        }