File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
src/Tests/Tests/Mapping/Types Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
+ using System . Threading . Tasks ;
3
+ using Elastic . Xunit . XunitPlumbing ;
2
4
using Nest ;
3
5
using Elasticsearch . Net ;
4
6
using Tests . Core . ManagedElasticsearch . Clusters ;
@@ -39,5 +41,20 @@ protected override LazyResponses ClientUsage() => Calls(
39
41
{
40
42
Properties = this . InitializerProperties
41
43
} ;
44
+
45
+ // https://youtrack.jetbrains.com/issue/RIDER-19912
46
+ [ U ] protected override Task HitsTheCorrectUrl ( ) => base . HitsTheCorrectUrl ( ) ;
47
+
48
+ [ U ] protected override Task UsesCorrectHttpMethod ( ) => base . UsesCorrectHttpMethod ( ) ;
49
+
50
+ [ U ] protected override void SerializesInitializer ( ) => base . SerializesInitializer ( ) ;
51
+
52
+ [ U ] protected override void SerializesFluent ( ) => base . SerializesFluent ( ) ;
53
+
54
+ [ I ] public override Task ReturnsExpectedStatusCode ( ) => base . ReturnsExpectedResponse ( ) ;
55
+
56
+ [ I ] public override Task ReturnsExpectedIsValid ( ) => base . ReturnsExpectedIsValid ( ) ;
57
+
58
+ [ I ] public override Task ReturnsExpectedResponse ( ) => base . ReturnsExpectedResponse ( ) ;
42
59
}
43
60
}
You can’t perform that action at this time.
0 commit comments