Exemplo n.º 1
0
        public void ShouldHaveGetHttpResponseMethod()
        {
            var        sut        = new HttpEngine();
            MethodInfo methodInfo = sut.GetType().GetMethod("GetHttpResponseAsync");

            Assert.IsNotNull(methodInfo);
        }