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());
        }