#include "SortedBag.h" #include "SortedBagIterator.h" #include #include "ShortTest.h" #include "ExtendedTest.h" using namespace std; int main() { testAll(); testAllExtended(); cout << "Test over" << endl; system("pause"); }