00001 00041 #ifndef _ORDEREDLIST_TEST_H 00042 #define _ORDEREDLIST_TEST_H 00043 00044 #include "list_test.h" 00045 00046 using namespace container; 00047 using namespace std; 00048 00049 namespace container_test { 00050 00061 class OrderedList_test: public List_test { 00062 protected: 00063 00064 /******************** Unit-test Helper Methods ********************/ 00065 00066 /******************** Unit-test methods for class OrderedList ********************/ 00067 00068 void append(const Object::Info* type); 00069 00070 void insertingAndRemoving(const Object::Info* type); 00071 00072 }; 00073 00074 } // namespace container_test 00075 #endif /* _ORDEREDLIST_TEST_H */