コード例 #1
0
ファイル: UiTests.cs プロジェクト: iamtomhewitt/jet-dash-vr
        public IEnumerator ShouldTurnOn()
        {
            notificationIcon.TurnOn();
            yield return(new WaitForSeconds(TestConstants.WAIT_TIME));

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