pub fn test_cases() -> &'static [TestCase]Expand description
Returns a static slice of test cases defined with #[tarantool::test]
macro attribute. Can be used to implement a custom testing harness.
See also collect_tester.
pub fn test_cases() -> &'static [TestCase]Returns a static slice of test cases defined with #[tarantool::test]
macro attribute. Can be used to implement a custom testing harness.
See also collect_tester.