Searched refs:TestStrategy (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h24 class TestStrategy>
27 template<template<typename> class TestStrategy>
28 #define _ORDERED_MAP_TEST_CLASS_NAME OrderedMapTest<TestStrategy>
30 //template<template<template<typename> class CompareStrategy> class TestStrategy>
31 template<template<typename CompareWrapperStrategy> class TestStrategy>
594 // TestStrategy
598 class TestStrategy { class
624 (string(TestStrategy<Ascending>::kClassName) \
655 typedef typename TestStrategy<Ascending>::MyMap MyMap;
698 GenericInsertTest<TestStrategy<Ascendin
[all...]
H A DVectorMapTest.cpp33 struct Strategy : public TestStrategy<MyMap, EntryStrategy,
60 : public TestStrategy<Map, PairTestBase<Key, Value>::EntryStrategy, \
77 // TestStrategy for the ImplicitKey entry strategy
113 struct ImplicitKeyTestStrategy : public TestStrategy<
H A DVectorSetTest.cpp497 // TestStrategy
499 class TestStrategy {
510 typedef TestStrategy<IntStrategy, Ascending> AIntTestStrategy;
511 typedef TestStrategy<StringStrategy, Ascending> AStringTestStrategy;
512 typedef TestStrategy<IntStrategy, Descending> DIntTestStrategy;
513 typedef TestStrategy<StringStrategy, Descending> DStringTestStrategy;

Completed in 39 milliseconds