Coverage Summary for Class: TypeBlock (it.polimi.ingsw.model)

Class Class, % Method, % Line, %
TypeBlock 100% (1/ 1) 100% (2/ 2) 100% (2/ 2)


1 package it.polimi.ingsw.model; 2  3 public enum TypeBlock { 4  /** 5  * Type of blocks 6  */ 7  LEVEL0, LEVEL1, LEVEL2, LEVEL3, DOME, WORKER; 8  9 }