Skip to content

Commit 2e9987a

Browse files
Update mstest0018.md (#50138)
* Update mstest0018.md * Fix code block --------- Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
1 parent dfbaf69 commit 2e9987a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/core/testing/mstest-analyzers/mstest0018.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,16 @@ The "data source" member referenced:
3636
- should exist on the specified type (current class if no type is specified)
3737
- should not have overloads
3838
- should be of the same kind (method or property) as the `DataSourceType` property
39-
- should be `public`
4039
- should be `static`
4140
- should not be generic
4241
- should be parameterless
43-
- should return `IEnumerable<object[]>`, `IEnumerable<Tuple<T,...>>` or `IEnumerable<ValueTuple<,...>>`
42+
- should return `IEnumerable<object[]>`, `IEnumerable<Tuple<T,...>>`, or `IEnumerable<ValueTuple<,...>>`
4443

4544
The "display name" member referenced:
4645

4746
- should exist on the specified type (current class if no type is specified)
4847
- should not have overloads
4948
- should be a method
50-
- should be `public`
5149
- should be `static`
5250
- should not be generic
5351
- should return `string`

0 commit comments

Comments
 (0)