CongressEducationEvent.java

1
package com.seshira.events.domain.models;
2
3
import java.util.UUID;
4
5
public class CongressEducationEvent extends EducationEvent {
6
    public CongressEducationEvent(UUID id, String name) {
7
        super(id, name);
8 1 1. <init> : removed call to com/seshira/events/domain/models/CongressEducationEvent::setAdditionalType → KILLED
        this.setAdditionalType(EventAdditionalType.CONGRESS);
9
    }
10
}

Mutations

8

1.1
Location : <init>
Killed by : com.seshira.events.application.services.CreateEventServiceTest.[engine:junit-jupiter]/[class:com.seshira.events.application.services.CreateEventServiceTest]/[nested-class:SessionCanBeCreated]/[method:testCreateSession()]
removed call to com/seshira/events/domain/models/CongressEducationEvent::setAdditionalType → KILLED

Active mutators

Tests examined


Report generated by PIT 1.21.0