Example #1
0
        public void TestMethod1()
        {
            StructureMapConfig.Configure();

            var controller = new HealthCheckController();// IoC.Container);
            var result     = controller.Get() as OkNegotiatedContentResult <HealthCheckResponse>;

            Assert.IsFalse(result.Content.errors.Any());
        }