@@ -12,10 +12,18 @@ import (
12
12
"github.com/francoispqt/gojay"
13
13
)
14
14
15
+ func TestClientCapabilities (t * testing.T ) {
16
+ testClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
17
+ }
18
+
15
19
func TestWorkspaceClientCapabilities (t * testing.T ) {
16
20
testWorkspaceClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
17
21
}
18
22
23
+ func TestWorkspaceClientCapabilitiesWorkspaceEdit (t * testing.T ) {
24
+ testWorkspaceClientCapabilitiesWorkspaceEdit (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
25
+ }
26
+
19
27
func TestTextDocumentSyncClientCapabilities (t * testing.T ) {
20
28
testTextDocumentSyncClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
21
29
}
@@ -44,18 +52,6 @@ func TestDocumentSymbolClientCapabilities(t *testing.T) {
44
52
testDocumentSymbolClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
45
53
}
46
54
47
- func TestTextDocumentClientCapabilitiesFormatting (t * testing.T ) {
48
- testTextDocumentClientCapabilitiesFormatting (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
49
- }
50
-
51
- func TestTextDocumentClientCapabilitiesRangeFormatting (t * testing.T ) {
52
- testTextDocumentClientCapabilitiesRangeFormatting (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
53
- }
54
-
55
- func TestTextDocumentClientCapabilitiesOnTypeFormatting (t * testing.T ) {
56
- testTextDocumentClientCapabilitiesOnTypeFormatting (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
57
- }
58
-
59
55
func TestDeclarationTextDocumentClientCapabilities (t * testing.T ) {
60
56
testDeclarationTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
61
57
}
@@ -104,6 +100,6 @@ func TestTextDocumentClientCapabilities(t *testing.T) {
104
100
testTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
105
101
}
106
102
107
- func TestClientCapabilities (t * testing.T ) {
108
- testClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
103
+ func TestSemanticTokensClientCapabilities (t * testing.T ) {
104
+ testSemanticTokensClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
109
105
}
0 commit comments