Catalogue.Web.Controllers.Roles.roles_controller_tests.should_get_roles_with_search C# (CSharp) Метод

should_get_roles_with_search() публичный Метод

public should_get_roles_with_search ( ) : void
Результат void
        public void should_get_roles_with_search()
        {
            var c = new RolesController();
            var result = c.Get("p");

            result.Count.ShouldBeEquivalentTo(5);
        }