daviddesmet / paseto-dotnet

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET
MIT License
101 stars 8 forks source link

test: future proof via MemberData #137

Closed grosch closed 2 months ago

grosch commented 2 months ago

Replaces a bunch of InlineData with MemberData that uses Enum.GetValue<T> to make adding newer versions less fragile insofar as forgetting to add them to a test.