Esempio n. 1
0
        public IEnumerator ShouldTurnOn()
        {
            notificationIcon.TurnOn();
            yield return(new WaitForSeconds(TestConstants.WAIT_TIME));

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