Tests.FourCC.TestY800 C# (CSharp) Method

TestY800() private method

private TestY800 ( ) : void
return void
        public void TestY800()
        {
            Assert.AreEqual(0x30303859, Image.FourCC('Y', '8', '0', '0'), "FourCC code are not computed correctly!");
        }