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

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

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