Macro btlib_tests::cred_store_test_cases
source · macro_rules! cred_store_test_cases { ($ctor:expr) => { ... }; }
Expand description
Expands to a set of test cases for a credential store implementation.
This macro accepts a single argument which is an expression which creates a new instance of the credential store being tested.