protected override IEnumerator RunAllTests()
        {
            SetBuildingProgressData();
            yield return(mBackend.WaitUntilNotBusy());

            yield return(IntegrationTestUtils.SetInternalData(BackendConstants.LOGGED_IN_TIME, LOGGED_IN_TIME.ToString()));

            yield return(RunTrainingTests());
        }
        private IEnumerator RunTest()
        {
            yield return(SetDataForTestPrep());

            yield return(IntegrationTestUtils.SetInternalData(BackendConstants.LOGGED_IN_TIME, LOGGED_IN_TIME.ToString()));

            yield return(IntegrationTestUtils.TrainUnit(UNIT_BEING_COUNTED, 1));

            yield return(FailTestIfLastCountTimeNotUpdated());
        }