BLL.Tests.PresupuestoTests.InsertarTest C# (CSharp) Method

InsertarTest() private method

private InsertarTest ( ) : void
return void
        public void InsertarTest()
        {
            presupuesto.AgregarDetalle(1, 500);

            Assert.IsTrue(presupuesto.Insertar());
        }