예제 #1
0
            internal RunningTestBuilder AddTask(TaskType taskType)
            {
                VisualGridTask task = CreateTask_(taskType);

                runningTest_.CheckTasks.Add(task);
                return(this);
            }
예제 #2
0
 public ScoreTask(VisualGridTask task, int score)
 {
     task_ = task;
     Score = score;
 }