Example #1
0
        public async Task Info()
        {
            using (var httpTest = new HttpTest())
            {
                await _rebels.GetInfoAsync();

                httpTest
                .ShouldHaveCalled("http://localhost/rebels")
                .WithVerb(HttpMethod.Get);
            }
        }