@@ -154,7 +154,7 @@ class A
154
154
Await TestAPIAndFeature(input, kind, host)
155
155
End Function
156
156
157
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work
157
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
158
158
Public Async Function TestCSharpFindReferencesOnInstanceCompoundAssignmentOperators(kind As TestKind, host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" , "%=" , "&=" , "|=" , "^=" , "<<=" , ">>=" , ">>>=" )> op As String ) As Task
159
159
Dim input =
160
160
<Workspace>
@@ -175,7 +175,7 @@ class A
175
175
Await TestAPIAndFeature(input, kind, host)
176
176
End Function
177
177
178
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work
178
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
179
179
Public Async Function TestCSharpFindReferencesOnInstanceCompoundAssignmentOperators_Checked(kind As TestKind, host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" )> op As String ) As Task
180
180
Dim input =
181
181
<Workspace>
@@ -286,7 +286,7 @@ class A
286
286
Await TestAPIAndFeature(input, kind, host)
287
287
End Function
288
288
289
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work
289
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
290
290
Public Async Function TestCSharpFindReferencesOnInstanceCompoundAssignmentOperators_FromDefinition(kind As TestKind, host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" , "%=" , "&=" , "|=" , "^=" , "<<=" , ">>=" , ">>>=" )> op As String ) As Task
291
291
Dim input =
292
292
<Workspace>
@@ -307,7 +307,7 @@ class A
307
307
Await TestAPIAndFeature(input, kind, host)
308
308
End Function
309
309
310
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work
310
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
311
311
Public Async Function TestCSharpFindReferencesOnInstanceCompoundAssignmentOperators_FromDefinition_Checked(kind As TestKind, host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" )> op As String ) As Task
312
312
Dim input =
313
313
<Workspace>
@@ -703,8 +703,6 @@ class A
703
703
</Project>
704
704
</Workspace>
705
705
Await TestAPIAndFeature(input, kind, host)
706
-
707
- ' PROTOTYPE: Do we need similar tests for instance increment/compound assignment operators?
708
706
End Function
709
707
710
708
<WpfTheory, CombinatorialData>
@@ -922,7 +920,7 @@ class C4_2 : I4<C4_2>
922
920
Await TestAPIAndFeature(input, kind, host)
923
921
End Function
924
922
925
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
923
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
926
924
Public Async Function TestCSharpAbstractStaticIncrementOperatorsInInterface(kind As TestKind, host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
927
925
Dim input =
928
926
<Workspace>
@@ -949,7 +947,7 @@ class C4_2 : I4<C4_2>
949
947
Await TestAPIAndFeature(input, kind, host)
950
948
End Function
951
949
952
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
950
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
953
951
Public Async Function TestCSharpAbstractInstanceIncrementOperatorsInInterface(kind As TestKind, host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
954
952
Dim input =
955
953
<Workspace>
@@ -976,7 +974,7 @@ class C4_2 : I4<C4_2>
976
974
Await TestAPIAndFeature(input, kind, host)
977
975
End Function
978
976
979
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
977
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
980
978
Public Async Function TestCSharpAbstractInstanceCompoundAssignmentOperatorsInInterface(kind As TestKind, host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" , "%=" , "&=" , "|=" , "^=" , "<<=" , ">>=" , ">>>=" )> op As String ) As Task
981
979
Dim input =
982
980
<Workspace>
@@ -1084,7 +1082,7 @@ class C4_2 : I4<C4_2>
1084
1082
Await TestAPI(input, host)
1085
1083
End Function
1086
1084
1087
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1085
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1088
1086
Public Async Function TestCSharpAbstractStaticIncrementOperatorsInInterface_ViaApi(host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
1089
1087
Dim input =
1090
1088
<Workspace>
@@ -1111,7 +1109,7 @@ class C4_2 : I4<C4_2>
1111
1109
Await TestAPI(input, host)
1112
1110
End Function
1113
1111
1114
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1112
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1115
1113
Public Async Function TestCSharpAbstractInstanceIncrementOperatorsInInterface_ViaApi(host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
1116
1114
Dim input =
1117
1115
<Workspace>
@@ -1138,7 +1136,7 @@ class C4_2 : I4<C4_2>
1138
1136
Await TestAPI(input, host)
1139
1137
End Function
1140
1138
1141
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1139
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1142
1140
Public Async Function TestCSharpAbstractInstanceCompoundAssignmentOperatorsInInterface_ViaApi(host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" , "%=" , "&=" , "|=" , "^=" , "<<=" , ">>=" , ">>>=" )> op As String ) As Task
1143
1141
Dim input =
1144
1142
<Workspace>
@@ -1219,7 +1217,7 @@ class C4_2 : I4<C4_2>
1219
1217
Await TestStreamingFeature(input, host)
1220
1218
End Function
1221
1219
1222
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1220
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1223
1221
Public Async Function TestCSharpAbstractStaticIncrementOperatorsInInterface_ViaFeature_1(host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
1224
1222
Dim input =
1225
1223
<Workspace>
@@ -1246,7 +1244,7 @@ class C4_2 : I4<C4_2>
1246
1244
Await TestStreamingFeature(input, host)
1247
1245
End Function
1248
1246
1249
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1247
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1250
1248
Public Async Function TestCSharpAbstractInstanceIncrementOperatorsInInterface_ViaFeature_1(host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
1251
1249
Dim input =
1252
1250
<Workspace>
@@ -1273,7 +1271,7 @@ class C4_2 : I4<C4_2>
1273
1271
Await TestStreamingFeature(input, host)
1274
1272
End Function
1275
1273
1276
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1274
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1277
1275
Public Async Function TestCSharpAbstractInstanceCompoundAssignmentOperatorsInInterface_ViaFeature_1(host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" , "%=" , "&=" , "|=" , "^=" , "<<=" , ">>=" , ">>>=" )> op As String ) As Task
1278
1276
Dim input =
1279
1277
<Workspace>
@@ -1525,7 +1523,7 @@ class C4_2 : I4<C4_2>
1525
1523
Await TestStreamingFeature(input, host)
1526
1524
End Function
1527
1525
1528
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1526
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1529
1527
Public Async Function TestCSharpAbstractStaticIncrementOperatorsInInterface_ViaFeature_2(host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
1530
1528
Dim input =
1531
1529
<Workspace>
@@ -1552,7 +1550,7 @@ class C4_2 : I4<C4_2>
1552
1550
Await TestStreamingFeature(input, host)
1553
1551
End Function
1554
1552
1555
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1553
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1556
1554
Public Async Function TestCSharpAbstractInstanceIncrementOperatorsInInterface_ViaFeature_2(host As TestHost, <CombinatorialValues( "++" , "--" )> op As String ) As Task
1557
1555
Dim input =
1558
1556
<Workspace>
@@ -1579,7 +1577,7 @@ class C4_2 : I4<C4_2>
1579
1577
Await TestStreamingFeature(input, host)
1580
1578
End Function
1581
1579
1582
- <WpfTheory( Skip := "Yes" ), CombinatorialData> ' PROTOTYPE: Something doesn't work. Test 'checked' flavor? Test overriding scenarios too.
1580
+ <WpfTheory( Skip := "Yes" ), CombinatorialData>
1583
1581
Public Async Function TestCSharpAbstractInstanceCompoundAssignmentOperatorsInInterface_ViaFeature_2(host As TestHost, <CombinatorialValues( "+=" , "-=" , "*=" , "/=" , "%=" , "&=" , "|=" , "^=" , "<<=" , ">>=" , ">>>=" )> op As String ) As Task
1584
1582
Dim input =
1585
1583
<Workspace>
0 commit comments