Example #1
0
        public void MengeProBelastungskategorieControllerIndexTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
            BrowserDriver.InvokeGetAction <MengeProBelastungskategorieController>(c => c.Index());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #2
0
        public void StrassenabschnitteListeOhneInspektionsrouteControllerIndexTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Gis);
            BrowserDriver.InvokeGetAction <StrassenabschnitteListeOhneInspektionsrouteController>(c => c.Index());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #3
0
        public void MassnahmenvorschlagProZustandsabschnittControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
            BrowserDriver.InvokeGetAction <MassnahmenvorschlagProZustandsabschnittController, MassnahmenvorschlagProZustandsabschnittGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new MassnahmenvorschlagProZustandsabschnittGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #4
0
        public void AusgefuellteErfassungsformulareFuerOberflaechenschaedenControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Gis);
            BrowserDriver.InvokeGetAction <AusgefuellteErfassungsformulareFuerOberflaechenschaedenController, AusgefuellteErfassungsformulareFuerOberflaechenschaedenGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new AusgefuellteErfassungsformulareFuerOberflaechenschaedenGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #5
0
        public void ZustandProZustandsabschnittGISSControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Gis);
            BrowserDriver.InvokeGetAction <ZustandProZustandsabschnittGISController, ZustandProZustandsabschnittGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new ZustandProZustandsabschnittGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #6
0
        public void ListeDerInspektionsroutenControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Gis);
            BrowserDriver.InvokeGetAction <ListeDerInspektionsroutenController, ListeDerInspektionsroutenGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new ListeDerInspektionsroutenGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #7
0
        public void EineListeVonKoordiniertenMassnahmenControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Gis);
            BrowserDriver.InvokeGetAction <EineListeVonKoordiniertenMassnahmenController, EineListeVonKoordiniertenMassnahmenGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new EineListeVonKoordiniertenMassnahmenGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #8
0
        public void MengeProBelastungskategorieControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
            BrowserDriver.InvokeGetAction <MengeProBelastungskategorieController, MengeProBelastungskategorieGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new MengeProBelastungskategorieGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #9
0
        public void NochNichtInspizierteStrassenabschnitteControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
            BrowserDriver.InvokeGetAction <NochNichtInspizierteStrassenabschnitteController, NochNichtInspizierteStrassenabschnitteGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new NochNichtInspizierteStrassenabschnitteGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #10
0
        public void StrassenabschnitteListeOhneInspektionsrouteControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Gis);
            BrowserDriver.InvokeGetAction <StrassenabschnitteListeOhneInspektionsrouteController, StrassenabschnitteListeOhneInspektionsrouteGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new StrassenabschnitteListeOhneInspektionsrouteGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #11
0
        public void WiederbeschaffungswertUndWertverlustProStrassenabschnittControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
            BrowserDriver.InvokeGetAction <WiederbeschaffungswertUndWertverlustProStrassenabschnittController, WiederbeschaffungswertUndWertverlustProStrassenabschnittGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new WiederbeschaffungswertUndWertverlustProStrassenabschnittGridCommand());

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #12
0
        public void EineListeVonRealisiertenMassnahmenGeordnetNachJahrenSummarischControllerGetAllTest()
        {
            SetMandantByModus(NetzErfassungsmodus.Summarisch);
            BrowserDriver.InvokeGetAction <EineListeVonRealisiertenMassnahmenGeordnetNachJahrenSummarischController, EineListeVonRealisiertenMassnahmenGeordnetNachJahrenSummarischGridCommand>(
                (c, r) => c.GetAll(dataSourceRequest, null), new EineListeVonRealisiertenMassnahmenGeordnetNachJahrenSummarischGridCommand
            {
                ErfassungsPeriodIdVon = ClosedErfassungPeriods[NetzErfassungsmodus.Summarisch].Id,
                ErfassungsPeriodIdBis = CurrentErfassungPeriods[NetzErfassungsmodus.Summarisch].Id
            });

            BrowserDriver.AssertLastResultWasNotAnError();
        }
Example #13
0
 public void NochNichtInspizierteStrassenabschnitteControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
     BrowserDriver.InvokeGetAction <NochNichtInspizierteStrassenabschnitteController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #14
0
 public void InspektionsroutenGISControllerGetAllTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Gis);
     BrowserDriver.InvokeGetAction <InspektionsroutenGISController, ActionResult>((c, r) => c.GetAll(dataSourceRequest), (ActionResult)null);
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #15
0
 public void MassnahmenvorschlagProZustandsabschnittControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
     BrowserDriver.InvokeGetAction <MassnahmenvorschlagProZustandsabschnittController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #16
0
 public void AusgefuellteErfassungsformulareFuerOberflaechenschaedenControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Gis);
     BrowserDriver.InvokeGetAction <AusgefuellteErfassungsformulareFuerOberflaechenschaedenController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #17
0
 public void EineListeVonRealisiertenMassnahmenGeordnetNachJahrenSummarischControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Summarisch);
     BrowserDriver.InvokeGetAction <EineListeVonRealisiertenMassnahmenGeordnetNachJahrenSummarischController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #18
0
 public void EreignisLogControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Gis);
     BrowserDriver.InvokeGetAction <EreignisLogController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #19
0
 public void ZustandProZustandsabschnittGISSControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Gis);
     BrowserDriver.InvokeGetAction <ZustandProZustandsabschnittGISController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #20
0
 public void InspektionsroutenGISControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Gis);
     BrowserDriver.InvokeGetAction <InspektionsroutenGISController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #21
0
 public void WiederbeschaffungswertUndWertverlustProStrassenabschnittControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Tabellarisch);
     BrowserDriver.InvokeGetAction <WiederbeschaffungswertUndWertverlustProStrassenabschnittController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }
Example #22
0
 public void EineListeVonKoordiniertenMassnahmenControllerIndexTest()
 {
     SetMandantByModus(NetzErfassungsmodus.Gis);
     BrowserDriver.InvokeGetAction <EineListeVonKoordiniertenMassnahmenController>(c => c.Index());
     BrowserDriver.AssertLastResultWasNotAnError();
 }