@@ -16,32 +16,32 @@ func TestWorkspaceClientCapabilities(t *testing.T) {
16
16
testWorkspaceClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
17
17
}
18
18
19
- func TestTextDocumentClientCapabilitiesSynchronization (t * testing.T ) {
20
- testTextDocumentClientCapabilitiesSynchronization (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
19
+ func TestTextDocumentSyncClientCapabilities (t * testing.T ) {
20
+ testTextDocumentSyncClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
21
21
}
22
22
23
- func TestTextDocumentClientCapabilitiesCompletion (t * testing.T ) {
24
- testTextDocumentClientCapabilitiesCompletion (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
23
+ func TestCompletionTextDocumentClientCapabilities (t * testing.T ) {
24
+ testCompletionTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
25
25
}
26
26
27
- func TestTextDocumentClientCapabilitiesHover (t * testing.T ) {
28
- testTextDocumentClientCapabilitiesHover (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
27
+ func TestHoverTextDocumentClientCapabilities (t * testing.T ) {
28
+ testHoverTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
29
29
}
30
30
31
- func TestTextDocumentClientCapabilitiesSignatureHelp (t * testing.T ) {
32
- testTextDocumentClientCapabilitiesSignatureHelp (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
31
+ func TestSignatureHelpTextDocumentClientCapabilities (t * testing.T ) {
32
+ testSignatureHelpTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
33
33
}
34
34
35
- func TestTextDocumentClientCapabilitiesReferences (t * testing.T ) {
36
- testTextDocumentClientCapabilitiesReferences (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
35
+ func TestReferencesTextDocumentClientCapabilities (t * testing.T ) {
36
+ testReferencesTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
37
37
}
38
38
39
- func TestTextDocumentClientCapabilitiesDocumentHighlight (t * testing.T ) {
40
- testTextDocumentClientCapabilitiesDocumentHighlight (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
39
+ func TestDocumentHighlightClientCapabilities (t * testing.T ) {
40
+ testDocumentHighlightClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
41
41
}
42
42
43
- func TestTextDocumentClientCapabilitiesDocumentSymbol (t * testing.T ) {
44
- testTextDocumentClientCapabilitiesDocumentSymbol (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
43
+ func TestDocumentSymbolClientCapabilities (t * testing.T ) {
44
+ testDocumentSymbolClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
45
45
}
46
46
47
47
func TestTextDocumentClientCapabilitiesFormatting (t * testing.T ) {
@@ -56,48 +56,48 @@ func TestTextDocumentClientCapabilitiesOnTypeFormatting(t *testing.T) {
56
56
testTextDocumentClientCapabilitiesOnTypeFormatting (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
57
57
}
58
58
59
- func TestTextDocumentClientCapabilitiesDeclaration (t * testing.T ) {
60
- testTextDocumentClientCapabilitiesDeclaration (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
59
+ func TestDeclarationTextDocumentClientCapabilities (t * testing.T ) {
60
+ testDeclarationTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
61
61
}
62
62
63
- func TestTextDocumentClientCapabilitiesDefinition (t * testing.T ) {
64
- testTextDocumentClientCapabilitiesDefinition (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
63
+ func TestDefinitionTextDocumentClientCapabilities (t * testing.T ) {
64
+ testDefinitionTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
65
65
}
66
66
67
- func TestTextDocumentClientCapabilitiesTypeDefinition (t * testing.T ) {
68
- testTextDocumentClientCapabilitiesTypeDefinition (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
67
+ func TestTypeDefinitionTextDocumentClientCapabilities (t * testing.T ) {
68
+ testTypeDefinitionTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
69
69
}
70
70
71
- func TestTextDocumentClientCapabilitiesImplementation (t * testing.T ) {
72
- testTextDocumentClientCapabilitiesImplementation (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
71
+ func TestImplementationTextDocumentClientCapabilities (t * testing.T ) {
72
+ testImplementationTextDocumentClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
73
73
}
74
74
75
- func TestTextDocumentClientCapabilitiesCodeAction (t * testing.T ) {
76
- testTextDocumentClientCapabilitiesCodeAction (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
75
+ func TestCodeActionClientCapabilities (t * testing.T ) {
76
+ testCodeActionClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
77
77
}
78
78
79
- func TestTextDocumentClientCapabilitiesCodeLens (t * testing.T ) {
80
- testTextDocumentClientCapabilitiesCodeLens (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
79
+ func TestCodeLensClientCapabilities (t * testing.T ) {
80
+ testCodeLensClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
81
81
}
82
82
83
- func TestTextDocumentClientCapabilitiesDocumentLink (t * testing.T ) {
84
- testTextDocumentClientCapabilitiesDocumentLink (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
83
+ func TestDocumentLinkClientCapabilities (t * testing.T ) {
84
+ testDocumentLinkClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
85
85
}
86
86
87
- func TestTextDocumentClientCapabilitiesColorProvider (t * testing.T ) {
88
- testTextDocumentClientCapabilitiesColorProvider (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
87
+ func TestDocumentColorClientCapabilities (t * testing.T ) {
88
+ testDocumentColorClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
89
89
}
90
90
91
- func TestTextDocumentClientCapabilitiesRename (t * testing.T ) {
92
- testTextDocumentClientCapabilitiesRename (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
91
+ func TestRenameClientCapabilities (t * testing.T ) {
92
+ testRenameClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
93
93
}
94
94
95
- func TestTextDocumentClientCapabilitiesPublishDiagnostics (t * testing.T ) {
96
- testTextDocumentClientCapabilitiesPublishDiagnostics (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
95
+ func TestPublishDiagnosticsClientCapabilities (t * testing.T ) {
96
+ testPublishDiagnosticsClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
97
97
}
98
98
99
- func TestTextDocumentClientCapabilitiesFoldingRange (t * testing.T ) {
100
- testTextDocumentClientCapabilitiesFoldingRange (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
99
+ func TestFoldingRangeClientCapabilities (t * testing.T ) {
100
+ testFoldingRangeClientCapabilities (t , gojay .Marshal , gojay .Unsafe .Unmarshal )
101
101
}
102
102
103
103
func TestTextDocumentClientCapabilities (t * testing.T ) {
0 commit comments