コード例 #1
0
        public void GivenIAmLoggedInAndOnTheInsightPage(Constants.Page pageType)
        {
            var hsd = new HttpStepDefinition();

            hsd.GivenTheInsightApplicationIsRunning();
            GivenILoginWithValidCredentials();
            var csd = new CommonStepDefinition();

            csd.ThenIShouldBeOnTheInsightPage(pageType);
        }
コード例 #2
0
 public void GivenIAmLoggedInAndOnTheInsightPage(Constants.Page pageType)
 {
     var hsd = new HttpStepDefinition();
     hsd.GivenTheInsightApplicationIsRunning();
     GivenILoginWithValidCredentials();
     var csd = new CommonStepDefinition();
     csd.ThenIShouldBeOnTheInsightPage(pageType);
 }