public IEnumerator ShouldTurnOn() { notificationIcon.TurnOn(); yield return(new WaitForSeconds(TestConstants.WAIT_TIME)); Assert.AreEqual(true, notificationIcon.isActiveAndEnabled); }