Ejemplo n.º 1
0
        public void TestDeleteWithNullBuilding()
        {
            var result = controller.Delete(0) as HttpNotFoundResult;

            result.Should().BeOfType(typeof(HttpNotFoundResult));
        }