Project Contains Errors. Automated Testing Not Possible!!
Thu Dec 6 09:21:50 CET 2018
Buildfile: /Volumes/data/fontys/modules/alda/2018/practical_students/doc/aldabuild.xml
compile:
compile-tests:
[javac] Compiling 9 source files to /Volumes/data/fontys/modules/alda/2018/practical_students/g58/trunk/01_appointment/AppointmentPlanner/build/test/classes
[javac] /Volumes/data/fontys/modules/alda/2018/practical_students/svnroot/clab/01_appointment/AppointmentPlanner/test/studentSuite/BlackBoxTest6.java:46: error: cannot find symbol
[javac] Queue appointmentsQueue = day.getAppointments();
[javac] ^
[javac] symbol: method getAppointments()
[javac] location: variable day of type Day
[javac] /Volumes/data/fontys/modules/alda/2018/practical_students/svnroot/clab/01_appointment/AppointmentPlanner/test/studentSuite/BlackBoxTest6.java:63: error: constructor Appointment in class Appointment cannot be applied to given types;
[javac] Appointment appAliB = new Appointment("Ali B", new TimeSpan(1, 0), Priority.HIGH);
[javac] ^
[javac] required: String,TimeSpan
[javac] found: String,TimeSpan,Priority
[javac] reason: actual and formal argument lists differ in length
[javac] /Volumes/data/fontys/modules/alda/2018/practical_students/svnroot/clab/01_appointment/AppointmentPlanner/test/studentSuite/BlackBoxTest6.java:67: error: constructor Appointment in class Appointment cannot be applied to given types;
[javac] Appointment appBert1 = new Appointment("Bert1", new TimeSpan(1, 0), Priority.LOW);
[javac] ^
[javac] required: String,TimeSpan
[javac] found: String,TimeSpan,Priority
[javac] reason: actual and formal argument lists differ in length
[javac] /Volumes/data/fontys/modules/alda/2018/practical_students/svnroot/clab/01_appointment/AppointmentPlanner/test/studentSuite/BlackBoxTest6.java:71: error: constructor Appointment in class Appointment cannot be applied to given types;
[javac] Appointment appBert2 = new Appointment("Bert2", new TimeSpan(2, 30), Priority.HIGH);
[javac] ^
[javac] required: String,TimeSpan
[javac] found: String,TimeSpan,Priority
[javac] reason: actual and formal argument lists differ in length
[javac] /Volumes/data/fontys/modules/alda/2018/practical_students/svnroot/clab/01_appointment/AppointmentPlanner/test/studentSuite/BlackBoxTest6.java:75: error: cannot find symbol
[javac] Stack appointmentsStack = day.getAppointmentsOfPriority(Priority.HIGH);
[javac] ^
[javac] symbol: method getAppointmentsOfPriority(Priority)
[javac] location: variable day of type Day
[javac] /Volumes/data/fontys/modules/alda/2018/practical_students/svnroot/clab/01_appointment/AppointmentPlanner/test/studentSuite/BlackBoxTest6.java:82: error: cannot find symbol
[javac] appointmentsStack = day.getAppointmentsOfPriority(Priority.LOW);
[javac] ^
[javac] symbol: method getAppointmentsOfPriority(Priority)
[javac] location: variable day of type Day
[javac] 6 errors