public void CanConvertEtudeTexture(Type type, bool expected) { var converter = new TextureConverter(); Assert.Equal(expected, converter.CanConvert(type)); }