@@ -16,7 +16,7 @@ public class SpecifyExplicitByRefModifierQuickFixTests
16
16
{
17
17
18
18
[ TestMethod ]
19
- [ TestCategory ( "Inspections " ) ]
19
+ [ TestCategory ( "QuickFixes " ) ]
20
20
public void ImplicitByRefModifier_QuickFixWorks_ImplicitByRefParameter ( )
21
21
{
22
22
const string inputCode =
@@ -41,7 +41,7 @@ public void ImplicitByRefModifier_QuickFixWorks_ImplicitByRefParameter()
41
41
}
42
42
43
43
[ TestMethod ]
44
- [ TestCategory ( "Inspections " ) ]
44
+ [ TestCategory ( "QuickFixes " ) ]
45
45
public void ImplicitByRefModifier_QuickFixWorks_OptionalParameter ( )
46
46
{
47
47
const string inputCode =
@@ -66,7 +66,7 @@ public void ImplicitByRefModifier_QuickFixWorks_OptionalParameter()
66
66
}
67
67
68
68
[ TestMethod ]
69
- [ TestCategory ( "Inspections " ) ]
69
+ [ TestCategory ( "QuickFixes " ) ]
70
70
public void ImplicitByRefModifier_QuickFixWorks_Optional_LineContinuations ( )
71
71
{
72
72
const string inputCode =
@@ -97,7 +97,7 @@ ByRef bar _
97
97
}
98
98
99
99
[ TestMethod ]
100
- [ TestCategory ( "Inspections " ) ]
100
+ [ TestCategory ( "QuickFixes " ) ]
101
101
public void ImplicitByRefModifier_QuickFixWorks_LineContinuation ( )
102
102
{
103
103
const string inputCode =
@@ -126,7 +126,7 @@ public void ImplicitByRefModifier_QuickFixWorks_LineContinuation()
126
126
}
127
127
128
128
[ TestMethod ]
129
- [ TestCategory ( "Inspections " ) ]
129
+ [ TestCategory ( "QuickFixes " ) ]
130
130
public void ImplicitByRefModifier_QuickFixWorks_LineContinuation_FirstLine ( )
131
131
{
132
132
const string inputCode =
@@ -157,7 +157,7 @@ ByRef bar _
157
157
}
158
158
159
159
[ TestMethod ]
160
- [ TestCategory ( "Inspections " ) ]
160
+ [ TestCategory ( "QuickFixes " ) ]
161
161
public void ImplicitByRefModifier_QuickFixWorks_InterfaceImplementation ( )
162
162
{
163
163
const string inputCode1 =
@@ -204,7 +204,7 @@ Sub IClass1_Foo(ByRef arg1 As Integer)
204
204
}
205
205
206
206
[ TestMethod ]
207
- [ TestCategory ( "Inspections " ) ]
207
+ [ TestCategory ( "QuickFixes " ) ]
208
208
public void ImplicitByRefModifier_QuickFixWorks_InterfaceImplementationDifferentParameterName ( )
209
209
{
210
210
const string inputCode1 =
@@ -251,7 +251,7 @@ Sub IClass1_Foo(ByRef arg2 As Integer)
251
251
}
252
252
253
253
[ TestMethod ]
254
- [ TestCategory ( "Inspections " ) ]
254
+ [ TestCategory ( "QuickFixes " ) ]
255
255
public void ImplicitByRefModifier_QuickFixWorks_InterfaceImplementationWithMultipleParameters ( )
256
256
{
257
257
const string inputCode1 =
0 commit comments