Lines Matching refs:test
5 #[test]
11 .test(|| { in try_index_map_try_clone()
21 #[test]
27 .test(|| { in try_index_map_with_capacity()
33 #[test]
39 .test(|| { in try_index_map_split_off()
57 #[test]
63 .test(|| { in try_index_map_reserve()
70 #[test]
72 OomTest::new().test(|| { in try_index_map_reserve_exact()
79 #[test]
85 .test(|| { in try_index_map_insert()
92 #[test]
98 .test(|| { in try_index_map_insert_full()
105 #[test]
111 .test(|| { in try_index_map_insert_sorted()
118 #[test]
124 .test(|| { in try_index_map_insert_sorted_by()
131 #[test]
137 .test(|| { in try_index_map_insert_sorted_by_key()
144 #[test]
150 .test(|| { in try_index_map_insert_before()
162 #[test]
168 .test(|| { in try_index_map_shift_insert()