package com.rzg.zombieland.cliente;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import com.rzg.zombieland.cliente.comunicacion.SuiteComunicacion;
@RunWith(Suite.class)
@SuiteClasses({SuiteComunicacion.class})
public class TodosLosTestsCliente {
}