Ejemplo n.º 1
0
        public void TestAlive()
        {
            var aliveResponse = _taxServicecontroller.Get();

            StringAssert.Contains("Connected to TaxService!", aliveResponse);
        }