Ejemplo n.º 1
0
        public void PingService()
        {
            var pingResponse = _taxServicecontroller.TaxServicePing();

            StringAssert.StartsWith("TaxService:", pingResponse);
        }