15 lines
448 B
Plaintext
Executable File
15 lines
448 B
Plaintext
Executable File
Project: address-book-junit
|
|
Authors: David J. Barnes and Michael Kölling
|
|
|
|
This project is part of the material for chapter 12 of the book
|
|
|
|
Objects First with Java - A Practical Introduction using BlueJ
|
|
Sixth edition
|
|
David J. Barnes and Michael Kölling
|
|
Pearson Education, 2016
|
|
|
|
A simple JUnit framework for testing an address-book implementation.
|
|
|
|
How to start this project:
|
|
Use AddressBookTest to test the methods of AddressBook.
|