예제 #1
0
        private void Then_the_response_should_containing_endpoint_statistics()
        {
            var stats = _response.DeserializeEndpointStats();

            Assert.NotEmpty(stats);
            Assert.True(stats.Length > 1, "Stats should have more than 1 record");
        }