Fix static test methods on abstract classes (#84054)
authorStephen Toub <stoub@microsoft.com>
Wed, 29 Mar 2023 11:10:12 +0000 (07:10 -0400)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 11:10:12 +0000 (07:10 -0400)
commit65687b969e2a695fc2f14c824c87cbbf0a1289e5
treee5d3d5e7f2cab284f1fca89ec3fdb36605964a94
parent80fe2a1a488e641ec99f6ffd7610561ea501ce83
Fix static test methods on abstract classes (#84054)

xunit isn't finding these to run them.  The fix is to make them non-static.
src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/ECDsa/ECDsaTests.NistValidation.cs
src/libraries/System.Collections/tests/Generic/LinkedList/LinkedList.Generic.Tests.Constructor.cs
src/libraries/System.Net.Http/tests/FunctionalTests/TelemetryTest.cs
src/libraries/System.Runtime/tests/System/ArraySegmentTests.cs
src/libraries/System.Text.Json/tests/Common/CollectionTests/CollectionTests.Dictionary.KeyPolicy.cs