macro_rules! full_adapter_test_impl {
($code:expr) => { ... };
}Expand description
Use this macro to enable the entire standard test suite.
macro_rules! full_adapter_test_impl {
($code:expr) => { ... };
}Use this macro to enable the entire standard test suite.