We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f341b9f commit 1bf7e48Copy full SHA for 1bf7e48
tests/Tests/Documentation/DocumentationTestBase.cs
@@ -0,0 +1,10 @@
1
+// Licensed to Elasticsearch B.V under one or more agreements.
2
+// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+// See the LICENSE file in the project root for more information.
4
+
5
+namespace Tests.Documentation;
6
7
+public abstract class DocumentationTestBase
8
+{
9
+ public static readonly ElasticsearchClient Client = new(new ElasticsearchClientSettings(new InMemoryConnection()).DisableDirectStreaming());
10
+}
0 commit comments