Package edu.pdx.cs.joy.apptbook
Class AppointmentTest
java.lang.Object
edu.pdx.cs.joy.apptbook.AppointmentTest
Unit tests for the
Appointment class.
You'll need to update these unit tests as you build out your program.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidThis unit test will need to be modified (likely deleted) as you implement your project.(package private) voidThis unit test will need to be modified (likely deleted) as you implement your project.
-
Constructor Details
-
AppointmentTest
public AppointmentTest()
-
-
Method Details
-
getBeginTimeStringNeedsToBeImplemented
This unit test will need to be modified (likely deleted) as you implement your project. -
initiallyAllAppointmentsHaveTheSameDescription
This unit test will need to be modified (likely deleted) as you implement your project. -
forProject1ItIsOkayIfGetBeginTimeReturnsNull
-