Example #1
0
            public IEnumerator CThemeGetImages()
            {
                // Use the Assert class to test conditions.

                yield return(null);

                List <TImage> xxxx = new List <TImage>();

                xxxx.Add(new TImage());
                CTheme temp = new CTheme("xxx", xxxx);

                temp.sprites = new Sprite[10];

                List <TImage> list = temp.getimages();

                Assert.IsTrue(list != null, "No getimages...");
            }