00001 00042 #ifndef _TEST_UTIL_H 00043 #define _TEST_UTIL_H 00044 00045 #include "orderedlinkedlist.h" 00046 #include "orderedarraylist.h" 00047 #include "sortedlinkedlist.h" 00048 #include "sortedarraylist.h" 00049 00050 using namespace container; 00051 00056 namespace container_test { 00057 00062 List* listFactory(const Object::Info* type); 00063 00068 OrderedList* orderedListFactory(const Object::Info* type); 00069 00074 SortedList* sortedListFactory(const Object::Info* type); 00075 00076 } // namespace container_test 00077 #endif /* _TEST_UTIL_H */