140 references to RunTestAsync
Microsoft.DotNet.ApiDiff.Tests (140)
Diff.Attribute.Tests.cs (22)
11
public Task TypeAttributeAdd() =>
RunTestAsync
(
53
RunTestAsync
(
107
public Task TypeAttributeSwitch() =>
RunTestAsync
(
161
public Task TypeChangeAndAttributeAdd() =>
RunTestAsync
(
208
public Task TypeChangeButAttributeStays() =>
RunTestAsync
(
261
public Task MemberAttributeAdd() =>
RunTestAsync
(
306
RunTestAsync
(
363
public Task MemberAttributeSwitch() =>
RunTestAsync
(
420
public Task MemberChangeAndAttributeAdd() =>
RunTestAsync
(
466
public Task MemberChangeButAttributeStays() =>
RunTestAsync
(
519
public Task ParameterAttributeAdd() =>
RunTestAsync
(
569
public Task TypeAttributeListExpansion() =>
RunTestAsync
(
620
public Task MethodAttributeListExpansion() =>
RunTestAsync
(
675
public Task ParameterAttributeListNoExpansion() =>
RunTestAsync
(
747
return
RunTestAsync
(
791
public Task SuppressNone() =>
RunTestAsync
(
838
public Task SuppressOnlyCustom() =>
RunTestAsync
(
884
public Task SuppressChangedAttribute() =>
RunTestAsync
(
918
public Task SuppressAttributesRepeatedWithDifferentArguments() =>
RunTestAsync
(
952
public Task SuppressTypeAndAttributeUsage() =>
RunTestAsync
(
983
public Task AttributeWithArguments() =>
RunTestAsync
(
1033
public Task AttributesRepeatedWithDifferentArguments() =>
RunTestAsync
(
Diff.Class.Tests.cs (4)
11
public Task ClassAdd() =>
RunTestAsync
(
42
public Task ClassAddWithDefaultConstructor() =>
RunTestAsync
(
74
public Task ClassChange() =>
RunTestAsync
(
112
public Task ClassDelete() =>
RunTestAsync
(
Diff.Constructor.Tests.cs (6)
15
public Task ConstructorAdd() =>
RunTestAsync
(
48
public Task ConstructorChange() =>
RunTestAsync
(
83
public Task ConstructorDelete() =>
RunTestAsync
(
121
public Task PrimaryConstructorAdd() =>
RunTestAsync
(
153
public Task PrimaryConstructorChange() =>
RunTestAsync
(
188
public Task PrimaryConstructorDelete() =>
RunTestAsync
(
Diff.Delegate.Tests.cs (3)
11
public Task DelegateAdd() =>
RunTestAsync
(
37
public Task DelegateChange() =>
RunTestAsync
(
59
public Task DelegateDelete() =>
RunTestAsync
(
Diff.Destructor.Tests.cs (2)
9
public Task DestructorAdd() =>
RunTestAsync
(
40
public Task DestructorDelete() =>
RunTestAsync
(
Diff.Enum.Tests.cs (12)
11
public Task EnumTypeAddWithOneMember() =>
RunTestAsync
(
40
public Task EnumTypeAddWithMultipleSortedMembers() =>
RunTestAsync
(
73
public Task EnumTypeAddWithMultipleUnsortedMembers() =>
RunTestAsync
(
109
public Task EnumTypeWithOneMemberRemove() =>
RunTestAsync
(
138
public Task EnumTypeWithMultipleMembersRemove() =>
RunTestAsync
(
175
public Task EnumMemberAddOne() =>
RunTestAsync
(
206
public Task EnumMemberAddMultipleSorted() =>
RunTestAsync
(
239
public Task EnumMemberAddMultipleUnsorted() =>
RunTestAsync
(
272
public Task EnumMemberValueChange() =>
RunTestAsync
(
307
public Task EnumMemberNameChange() =>
RunTestAsync
(
340
public Task EnumMemberRemoveOne() =>
RunTestAsync
(
371
public Task EnumMemberRemoveMultiple() =>
RunTestAsync
(
Diff.Event.Tests.cs (4)
9
public Task EventAdd() =>
RunTestAsync
(
42
public Task EventChange() =>
RunTestAsync
(
77
public Task EventRemove() =>
RunTestAsync
(
110
public Task AbstractEvent() =>
RunTestAsync
(
Diff.Field.Tests.cs (8)
11
public Task FieldAdd() =>
RunTestAsync
(
40
public Task tFieldChange() =>
RunTestAsync
(
76
public Task tFieldDelete() =>
RunTestAsync
(
109
public Task FieldListAdd() =>
RunTestAsync
(
139
public Task FieldListDataTypeChange() =>
RunTestAsync
(
172
public Task FieldListOrderChange() =>
RunTestAsync
(
194
public Task FieldListNameChange() =>
RunTestAsync
(
227
public Task FieldVisibilityChange() =>
RunTestAsync
(
Diff.Interface.Tests.cs (4)
11
public Task InterfaceAdd() =>
RunTestAsync
(
45
public Task InterfaceChange() =>
RunTestAsync
(
83
public Task InterfaceDelete() =>
RunTestAsync
(
118
public Task InterfaceAddWithTypeConstraints() =>
RunTestAsync
(
Diff.Method.Tests.cs (7)
11
public Task MethodAdd() =>
RunTestAsync
(
42
public Task MethodChange() =>
RunTestAsync
(
77
public Task MethodDelete() =>
RunTestAsync
(
110
RunTestAsync
(
146
public Task MethodParametersChange() =>
RunTestAsync
(
186
public Task ExcludeModifiedMethod() =>
RunTestAsync
(
209
public Task ExcludeRemovedMethod() =>
RunTestAsync
(
Diff.Namespace.Tests.cs (14)
11
public Task BlockScopedNamespaceAdd() =>
RunTestAsync
(
31
public Task BlockScopedNamespaceChange() =>
RunTestAsync
(
64
public Task BlockScopedNamespaceDelete() =>
RunTestAsync
(
86
RunTestAsync
(
142
public Task BlockScopedNamespaceUnchanged() =>
RunTestAsync
(
168
RunTestAsync
(
188
RunTestAsync
(
219
RunTestAsync
(
238
RunTestAsync
(
258
public Task ExcludeAddedNamespace() =>
RunTestAsync
(
269
public Task ExcludeModifiedNamespace() =>
RunTestAsync
(
284
public Task ExcludeRemovedNamespace() =>
RunTestAsync
(
303
RunTestAsync
(
331
RunTestAsync
(
Diff.Operator.Tests.cs (24)
12
RunTestAsync
(
48
public Task AdditionOperator() =>
RunTestAsync
(
77
public Task SubtractionOperator() =>
RunTestAsync
(
106
public Task MultiplicationOperator() =>
RunTestAsync
(
135
public Task DivisionOperator() =>
RunTestAsync
(
165
public Task ModulusOperator() =>
RunTestAsync
(
194
public Task LessAndGreaterThanOperator() =>
RunTestAsync
(
227
public Task LessAndGreaterThanOrEqualOperator() =>
RunTestAsync
(
260
public Task IncrementOperator() =>
RunTestAsync
(
289
public Task DecrementOperator() =>
RunTestAsync
(
318
public Task LogicalNotOperator() =>
RunTestAsync
(
347
public Task BitwiseNotOperator() =>
RunTestAsync
(
376
public Task BitwiseAndOperator() =>
RunTestAsync
(
405
public Task BitwiseOrOperator() =>
RunTestAsync
(
435
public Task BitwiseXorOperator() =>
RunTestAsync
(
464
public Task LeftShiftOperator() =>
RunTestAsync
(
493
public Task RightShiftOperator() =>
RunTestAsync
(
522
public Task ImplicitOperator() =>
RunTestAsync
(
551
public Task ExplicitOperator() =>
RunTestAsync
(
580
public Task ExplicitCheckedOperator() =>
RunTestAsync
(
613
public Task ExcludeAddedOperator() =>
RunTestAsync
(
635
public Task ExcludeModifiedOperator() =>
RunTestAsync
(
658
public Task ExcludeRemovedOperator() =>
RunTestAsync
(
680
public Task ExcludeUnmodifiedOperator() =>
RunTestAsync
(
Diff.Property.Tests.cs (13)
9
public Task PropertyAdd() =>
RunTestAsync
(
38
public Task PropertyChange() =>
RunTestAsync
(
69
public Task PropertyDelete() =>
RunTestAsync
(
98
public Task PropertySetAdd() =>
RunTestAsync
(
129
public Task PropertySetRemove() =>
RunTestAsync
(
160
public Task PropertySetVisibilityProtected() =>
RunTestAsync
(
191
public Task PropertySetVisibilityPrivate() =>
RunTestAsync
(
222
public Task PropertyReturnChange() =>
RunTestAsync
(
253
public Task PropertyNullabilityAdd() =>
RunTestAsync
(
284
public Task PropertyNullabilityRemove() =>
RunTestAsync
(
317
public Task ExcludeAddedProperty() =>
RunTestAsync
(
339
public Task ExcludeModifiedProperty() =>
RunTestAsync
(
362
public Task ExcludeRemovedProperty() =>
RunTestAsync
(
Diff.Record.Tests.cs (3)
11
public Task RecordAdd() =>
RunTestAsync
(
53
public Task RecordChange() =>
RunTestAsync
(
110
public Task RecordDelete() =>
RunTestAsync
(
Diff.Struct.Tests.cs (3)
11
public Task StructAdd() =>
RunTestAsync
(
41
public Task StructChange() =>
RunTestAsync
(
71
public Task StructDelete() =>
RunTestAsync
(
Diff.Type.Tests.cs (11)
11
public Task NestedTypeAdd() =>
RunTestAsync
(
46
public Task NestedTypeChange() =>
RunTestAsync
(
87
public Task NestedTypeRemove() =>
RunTestAsync
(
122
public Task NestedTypeMemberAdd() =>
RunTestAsync
(
160
public Task NestedTypeMemberChange() =>
RunTestAsync
(
200
public Task NestedTypeMemberRemove() =>
RunTestAsync
(
242
public Task ExcludeAddedType() =>
RunTestAsync
(
266
public Task ExcludeModifiedType() =>
RunTestAsync
(
293
public Task ExcludeRemovedType() =>
RunTestAsync
(
317
RunTestAsync
(
348
public Task ShowPartial() =>
RunTestAsync
(