test/test_list.cpp

changeset 613
85c08391a090
parent 611
77efa5163ae5
child 614
7aaec630cf15
equal deleted inserted replaced
612:820ee59121b4 613:85c08391a090
850 TEST_F(PointerLinkedList, cxListRemove) { 850 TEST_F(PointerLinkedList, cxListRemove) {
851 verifyRemove(pointerLinkedListFromTestData()); 851 verifyRemove(pointerLinkedListFromTestData());
852 } 852 }
853 853
854 TEST_F(ArrayList, cxListRemove) { 854 TEST_F(ArrayList, cxListRemove) {
855 ASSERT_EQ(1,0); // TODO: remove when implemented
856 verifyRemove(arrayListFromTestData()); 855 verifyRemove(arrayListFromTestData());
857 } 856 }
858 857
859 TEST_F(LinkedList, cxListAt) { 858 TEST_F(LinkedList, cxListAt) {
860 verifyAt(linkedListFromTestData()); 859 verifyAt(linkedListFromTestData());

mercurial