コード例 #1
0
        public void GetWidth_ReturnsCorrectValue()
        {
            const int width       = 1024;
            var       fileWrapper = new FileWrapper(new FileInfo("nest_by_mrfloki-dcgzwvz.png"));

            Assert.AreEqual(width, fileWrapper.GetWidth());
        }