public SearchIndexHttpRequestFactoryTests()
        {
            var cnFake = new ConnectionFake(new Uri("https://cdb.foo.com:5984"));

            SUT = new SearchIndexHttpRequestFactory(cnFake);
        }
Example #2
0
        public QueryViewHttpRequestFactoryTests()
        {
            var cnFake = new ConnectionFake(new Uri("https://cdb.foo.com:5984"));

            SUT = new QueryViewHttpRequestFactory(cnFake);
        }
        public GetChangesHttpRequestFactoryTests()
        {
            var cnFake = new ConnectionFake(new Uri("https://cdb.foo.com:5984"));

            SUT = new GetChangesHttpRequestFactory(cnFake);
        }