Пример #1
0
        public void EverythingIsOk()
        {
            var response = ScenarioContext.Current.Get <string>();

            response.Should().Contain("Third party config");
            client.Dispose();
        }