Rawk

Rawk

Saturday, February 19, 2011

SE511 - Week6 - Post4

I completed my portion of PA2, the unit tests.  I wrote unit test for the following methods:


* List::empty()
* List::exists(Node* n)
* List::deletenode(Node* n)
* List::front()
* List::getIndex(Node* n)
* List::insertAtNode(Node* n, const Node& insNode)
* List::pushFront(Node* n)
* List::pushBack(Node* n)
* List::size()
* List::getKindex(Node* n)

My unit tests are checked into Perforce under: //keenan2011winter_se511/Teams/Team_D/PA2/SearchList/SearchList/luketests.cpp

Now I need to get caught up on my reading for this course.

No comments:

Post a Comment