Example #1
0
 public async Task ShouldReturnValuesAsync()
 {
     Assert.NotEmpty(await _defaultClient.GetAsync());
     Fixture.MockLogger
     .VerifyNoErrorsWasLogged()
     .VerifyNoWarningsWasLogged();
 }
        public async Task <ApiClient> GetValuesAsync()
        {
            CurrentState = await _valuesServiceClient.GetAsync();

            return(this);
        }