Accord.Tests.Imaging.ImageToArrayTest.ImageToArrayConstructorTest C# (CSharp) 메소드

ImageToArrayConstructorTest() 개인적인 메소드

private ImageToArrayConstructorTest ( ) : void
리턴 void
        public void ImageToArrayConstructorTest()
        {
            ImageToArray target = new ImageToArray();

            Assert.AreEqual(0, target.Min);
            Assert.AreEqual(1, target.Max);
            Assert.AreEqual(0, target.Channel);
        }