AK.F1.Timing.Live.LiveDataTest.to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted C# (CSharp) Method

to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted() private method

private to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted ( GridColumnColour colour ) : void
colour GridColumnColour
return void
        public void to_posted_time_type_throws_a_serialization_exception_if_colour_cannot_be_converted(GridColumnColour colour)
        {
            Assert.Throws<SerializationException>(() => LiveData.ToPostedTimeType(colour));
        }