Coverage Summary for Class: LobbyClosed (it.polimi.ingsw.Server.Messages.ServerResponses)

Class Class, % Method, % Line, %
LobbyClosed 0% (0/1) 0% (0/1) 0% (0/1)


1 package it.polimi.ingsw.Server.Messages.ServerResponses; 2  3 import java.io.Serial; 4  5 /** 6  * This Response is generated when a lobby is closed and is sent to the lobby's clients. Therefore, it is {@link FixedStatusResponse} 7  */ 8 public class LobbyClosed extends FixedStatusResponse { 9  @Serial 10  private static final long serialVersionUID = 309L; 11 }