Beispiel #1
0
        public ActionResult CreateTest01([PexAssumeUnderTest] CuentaBancoController target, tbCuentasBanco tbCuentasBanco)
        {
            ActionResult result = target.Create(tbCuentasBanco);

            return(result);
            // TODO: add assertions to method CuentaBancoControllerTest.CreateTest01(CuentaBancoController, tbCuentasBanco)
        }
Beispiel #2
0
        public ActionResult CreateTest([PexAssumeUnderTest] CuentaBancoController target)
        {
            ActionResult result = target.Create();

            return(result);
            // TODO: add assertions to method CuentaBancoControllerTest.CreateTest(CuentaBancoController)
        }