System.out.println("Successfully tested STEG condition of LVA: " + l1);
}
public void testOtherRegistrations() throws Exception{
Interview interview = new Interview(2000, today, tomorrow, yesterday, tomorrow, tomorrow, new Lecturer("Peter", "Zaruba"), 30, new ArrayList<User>());
Practice practice = new Practice(today, tomorrow, yesterday, tomorrow, tomorrow, 2);
PracticeGroup practiceGroup = new PracticeGroup(today, tomorrow, yesterday, tomorrow, tomorrow, 2, new ArrayList<Practice>(), new ArrayList<PracticeSheet>(), new ArrayList<User>());
interviewService.saveAppointment(interview, lect1);
interviewService.register(student1, interview, student1);