Development
: Migrate the MonacoEditorModule to standalone components
#59810
Annotations
7 errors
test#L0
Junit Results ran 8160 in 1072.061999999999 seconds 0 Errored, 3 Failed, 3 Skipped
|
updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false:
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/assessment/ResultListenerIntegrationTest.java#L0
Junit test updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false failed org.opentest4j.AssertionFailedError:
expected: 200.0
but was: 20.0
|
testTutorialGroupNotifications_groupUnassigned():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/communication/notification/SingleUserNotificationServiceTest.java#L548
Junit test testTutorialGroupNotifications_groupUnassigned() failed org.mockito.exceptions.verification.TooManyActualInvocations:
applePushNotificationService.sendNotification(
<any de.tum.cit.aet.artemis.communication.domain.notification.Notification>,
<any set>,
<any java.lang.Object>
);
Wanted 1 time:
-> at de.tum.cit.aet.artemis.communication.service.notifications.push_notifications.PushNotificationService.sendNotification(PushNotificationService.java:144)
But was 2 times:
-> at de.tum.cit.aet.artemis.communication.service.notifications.push_notifications.PushNotificationService.sendNotification(PushNotificationService.java:129)
-> at de.tum.cit.aet.artemis.communication.service.notifications.push_notifications.PushNotificationService.sendNotification(PushNotificationService.java:129)
|
testDeleteModelingExerciseWithCompetency():
/home/runner/work/Artemis/Artemis/src/test/java/de/tum/cit/aet/artemis/modeling/ModelingExerciseIntegrationTest.java#L409
Junit test testDeleteModelingExerciseWithCompetency() failed Wanted but not invoked:
competencyProgressService.updateProgressByCompetencyAsync(
de.tum.cit.aet.artemis.atlas.domain.competency.Competency@34
);
-> at de.tum.cit.aet.artemis.atlas.service.competency.CompetencyProgressService.updateProgressByCompetencyAsync(CompetencyProgressService.java:123)
Actually, there were zero interactions with this mock.
|
de.tum.cit.aet.artemis.assessment.ResultListenerIntegrationTest ► updateExercisePoints_ShouldUpdatePointsInParticipantScores(boolean) [2] isTeamTest=false:
src/test/java/de/tum/cit/aet/artemis/assessment/ResultListenerIntegrationTest.java#L128
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.assessment.ResultListenerIntegrationTest.xml
Error:
org.opentest4j.AssertionFailedError:
|
de.tum.cit.aet.artemis.communication.notification.SingleUserNotificationServiceTest ► testTutorialGroupNotifications_groupUnassigned():
src/main/java/de/tum/cit/aet/artemis/communication/service/notifications/push_notifications/PushNotificationService.java#L144
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.communication.notification.SingleUserNotificationServiceTest.xml
Error:
org.mockito.exceptions.verification.TooManyActualInvocations:
|
de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest ► testDeleteModelingExerciseWithCompetency():
src/main/java/de/tum/cit/aet/artemis/atlas/service/competency/CompetencyProgressService.java#L123
Failed test found in:
build/test-results/test/TEST-de.tum.cit.aet.artemis.modeling.ModelingExerciseIntegrationTest.xml
Error:
Wanted but not invoked:
|