Ejemplo n.º 1
0
        public void GetBudget_ShouldAllowHttpGetWithMonthAndYear()
        {
            var httpGets = _budgetController.GetAttributes <HttpGetAttribute>("GetBudget");

            Assert.True(httpGets.Any(a => a.Template == "{year:int}/{month:int}"));
        }