|
278 | 278 | </And>
 |
279 | 279 | </TypePattern.Match>
 |
280 | 280 | </TypePattern>
 |
281 | | - <TypePattern DisplayName="NUnit Test Fixtures" RemoveRegions="All">
 |
282 | | - <TypePattern.Match>
 |
283 | | - <And>
 |
284 | | - <Kind Is="Class" />
 |
285 | | - <HasAttribute Name="NUnit.Framework.TestFixtureAttribute" Inherited="True" />
 |
286 | | - </And>
 |
287 | | - </TypePattern.Match>
 |
288 | | - <Entry DisplayName="Setup/Teardown Methods">
 |
289 | | - <Entry.Match>
 |
290 | | - <And>
 |
291 | | - <Kind Is="Method" />
 |
292 | | - <Or>
 |
293 | | - <HasAttribute Name="NUnit.Framework.SetUpAttribute" Inherited="True" />
 |
294 | | - <HasAttribute Name="NUnit.Framework.TearDownAttribute" Inherited="True" />
 |
295 | | - <HasAttribute Name="NUnit.Framework.FixtureSetUpAttribute" Inherited="True" />
 |
296 | | - <HasAttribute Name="NUnit.Framework.FixtureTearDownAttribute" Inherited="True" />
 |
297 | | - </Or>
 |
298 | | - </And>
 |
299 | | - </Entry.Match>
 |
300 | | - </Entry>
 |
301 | | - <Entry DisplayName="All other members" />
 |
302 | | - <Entry Priority="100" DisplayName="Test Methods">
 |
303 | | - <Entry.Match>
 |
304 | | - <And>
 |
305 | | - <Kind Is="Method" />
 |
306 | | - <HasAttribute Name="NUnit.Framework.TestAttribute" />
 |
307 | | - </And>
 |
308 | | - </Entry.Match>
 |
309 | | - <Entry.SortBy>
 |
310 | | - <Name />
 |
311 | | - </Entry.SortBy>
 |
312 | | - </Entry>
 |
313 | | - </TypePattern>
 |
314 | 281 | <TypePattern DisplayName="Default Pattern (StyleCop)" RemoveRegions="All">
 |
315 | 282 | <Entry DisplayName="Constants">
 |
316 | 283 | <Entry.Match>
 |
|
0 commit comments