Exemplo n.º 1
0
        public void TestCanCreateEmpty()
        {
            var set = new SKFontStyleSet();

            Assert.Empty(set);
        }
Exemplo n.º 2
0
        public void TestCanCreateEmpty()
        {
            var set = new SKFontStyleSet();

            Assert.Equal(0, set.Count);
        }