Exemple #1
0
        public ActionResult EditTest([PexAssumeUnderTest] TipoIdentificacionController target, byte?id)
        {
            ActionResult result = target.Edit(id);

            return(result);
            // TODO: agregar aserciones a método TipoIdentificacionControllerTest.EditTest(TipoIdentificacionController, Nullable`1<Byte>)
        }
Exemple #2
0
        public ActionResult EditTest01(
            [PexAssumeUnderTest] TipoIdentificacionController target,
            tbTipoIdentificacion tbTipoIdentificacion
            )
        {
            ActionResult result = target.Edit(tbTipoIdentificacion);

            return(result);
            // TODO: agregar aserciones a método TipoIdentificacionControllerTest.EditTest01(TipoIdentificacionController, tbTipoIdentificacion)
        }