Esempio n. 1
0
        public void CanConvertEtudeTexture(Type type, bool expected)
        {
            var converter = new TextureConverter();

            Assert.Equal(expected, converter.CanConvert(type));
        }