コード例 #1
0
        public void GetContent_WhenContentNotNull_ReturnStringContent()
        {
            HttpClientResponse response = new HttpClientResponse("{Property1: 1, Property2: '2', Property3: {SubProperty1: 1}}", new Dictionary <string, string>(), true);

            Assert.IsNotNull(response.GetContent());
        }