WIP: Allow supervisors to request improvements from final seminar opponents #78
@ -66,6 +66,14 @@ public class SeminarPanelTest extends SciProTest {
|
||||
Mockito.when(plagiarismControl.getStatus(any(FileDescription.class))).thenReturn(
|
||||
new PlagiarismControl.Status.NotSubmitted()
|
||||
);
|
||||
Mockito.lenient()
|
||||
.when(finalSeminarOppositionService.getCriteriaForOpposition(opposition))
|
||||
.thenReturn(
|
||||
new OppositionCriteria(
|
||||
1,
|
||||
List.of(new OppositionCriteria.Point(0, ""), new OppositionCriteria.Point(1, "Filled in report"))
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
private void addCoSupervisorToProject() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user