예제 #1
0
        public IEnumerator ShouldShowIcon()
        {
            PlayerPrefs.SetInt(PlayerPrefKeys.HIGHSCORE, 50);
            hm.SaveLocalHighscore(100);
            yield return(new WaitForSeconds(TestConstants.WAIT_TIME));

            notificationIcon.Start();
            Assert.AreEqual(true, notificationIcon.isActiveAndEnabled);
        }