Searched defs:TestCollection (Results 1 – 7 of 7) sorted by relevance
40 type TestCollection = &'static [&'static [SearchTest]]; typedef1325 fn run_search_tests<F: FnMut(&SearchTest) -> Vec<Match>>( in run_search_tests()1353 fn run_stream_search_tests<F: FnMut(&SearchTest) -> Vec<Match>>( in run_stream_search_tests()
40 static class TestCollection<E> extends AbstractCollection<E> { class in ToArrayTest45 public TestCollection(E[] elements) { in TestCollection() method in ToArrayTest.TestCollection
110 type TestCollection = &'static [&'static [SearchTest]]; typedef542 fn run_search_tests<F: FnMut(&SearchTestOwned) -> Vec<Match>>( in run_search_tests()
110 type TestCollection = &'static [&'static [SearchTest]]; typedef551 fn run_search_tests<F: FnMut(&SearchTestOwned) -> Option<Vec<Match>>>( in run_search_tests()
39 type TestCollection = &'static [&'static [SearchTest]]; typedef1025 fn run_search_tests<F: FnMut(&SearchTest) -> Vec<Match>>( in run_search_tests()
9 class TestCollection: class