示例#1
0
        public void it_should_create_an_instance_correctly()
        {
            var result = new RouteAttribute("/");

            result.Should().BeOfType<RouteAttribute>().Which.Url.ToString().Should().Be("/");
        }