up previous next contents index
Next: Sample Code Up: Working Backwards with JUnit Previous: Exercise 2   Contents   Index

Exercise 3

Create a CreditCard class and an associated test class. Create the ability to add and validate a credit card number to the CreditCard class. Make sure the date your class receives is a valid date.


up previous next contents index
Next: Sample Code Up: Working Backwards with JUnit Previous: Exercise 2   Contents   Index