Ejemplo n.º 1
0
        public IEnumerator ShouldTurnOff()
        {
            notificationIcon.TurnOff();
            yield return(new WaitForSeconds(TestConstants.WAIT_TIME));

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