CSCI 151 - Data Structures and Object-Oriented Development
Spring 2015
Lab 9: Doubly-linked list iteration/copying
- In this lab, we will create a cursor for the doubly-linked list
defined in Lab 8.
- In the
editor.model package, create the following files:
- Complete the implementation of
DoubleTextNode so that it
passes all of its unit tests.
- Complete the implementation of
DoubleTextNodeView so that
it passes its unit tests, as given in DoubleTextNodeViewTest.
Grading
The grade will be based on running DoubleTextNodeViewTest.
| Number of Unit Tests Passed | Grade |
| 30 | A+ |
| 28 | A |
| 18 | B |
| 10 | C |
| 3 | D |