Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
102 stars 38 forks source link

[fido] refactor CBOR unit tests #102

Closed AdamVe closed 10 months ago

AdamVe commented 10 months ago

This change uses JUnit's Parametrized test runner to supply test values. The original test set was split by categories (Integers, Strings, Lists and Maps) to form smaller groups. Only features supported by our Cbor implementation are tested.