Macro hotshot_macros::cross_tests
source ยท cross_tests!() { /* proc-macro */ }Expand description
Generate a cartesian product of tests across all types Arguments:
Impls: []- a list of types that implement nodetypeMetadata:TestMetadata::default()- test metadataTypes: []- a list types that implementNodeImplementationover the types inImplsTestName: example_test- the name of the testIgnore: whether or not this set of tests are ignored Example usage: see tests in this module