Example #1
0
        public virtual void TestAttemptsView()
        {
            Log.Info("HsAttemptsPage");
            AppContext appContext = new MockAppContext(0, 1, 1, 1);
            IDictionary <string, string> @params = TestAMWebApp.GetTaskParams(appContext);

            WebAppTests.TestPage <AppContext>(typeof(HsAttemptsPage), appContext, @params);
        }
Example #2
0
        public virtual void TestJobCounterViewForKilledJob()
        {
            Log.Info("JobCounterViewForKilledJob");
            AppContext appContext = new MockAppContext(0, 1, 1, 1, true);
            IDictionary <string, string> @params = TestAMWebApp.GetJobParams(appContext);

            WebAppTests.TestPage <AppContext>(typeof(HsCountersPage), appContext, @params);
        }