Inheritance: System.Web.Mvc.AreaRegistration
 public void Equals_Establishments_LowerCase()
 {
     var areaRegistration = new EstablishmentsAreaRegistration();
     areaRegistration.AreaName.ShouldEqual("establishments");
 }
Exemplo n.º 2
0
            public void Equals_Establishments_LowerCase()
            {
                var areaRegistration = new EstablishmentsAreaRegistration();

                areaRegistration.AreaName.ShouldEqual("establishments");
            }