< Summary - Estud

Information
Class: Estud.Back.Features.Notifications.MarkNotificationsAsViewed.InvalidNotificationId
Assembly: Back
File(s): /home/runner/work/syki/syki/Back/Features/Notifications/MarkNotificationsAsViewed/MarkNotificationsAsViewedErrors.cs
Tag: 114_29044117136
Line coverage
100%
Covered lines: 3
Uncovered lines: 0
Coverable lines: 3
Total lines: 8
Line coverage: 100%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
.cctor()100%11100%
get_Code()100%11100%
get_Message()100%11100%

File(s)

/home/runner/work/syki/syki/Back/Features/Notifications/MarkNotificationsAsViewed/MarkNotificationsAsViewedErrors.cs

#LineLine coverage
 1namespace Estud.Back.Features.Notifications.MarkNotificationsAsViewed;
 2
 3public class InvalidNotificationId : EstudError
 4{
 25    public static readonly InvalidNotificationId I = new();
 86    public override string Code { get; set; } = nameof(InvalidNotificationId);
 87    public override string Message { get; set; } = "ID de notificação inválido.";
 8}

Methods/Properties

.cctor()
get_Code()
get_Message()