示例#1
0
        public void GivenYoussefViewsTheSprintTitled(string sprintTitle)
        {
            var youssef = cast.Get <Youssef>();

            stage.ShineTheSpotlightOn(youssef);
            Given(youssef).WasAbleTo(ViewTheSprintDetail.ForSprint(sprintTitle));
        }
示例#2
0
        public void WhenTheyViewTheSprintTitled(string sprintTitle)
        {
            var theActor = stage.GetTheActorInTheSpotlight();

            When(theActor).AttemptsTo(ViewTheSprintDetail.ForSprint(sprintTitle));
        }