use of br.com.caelum.agiletickets.models.TipoDeEspetaculo in project agiletickets by caelum.
the class SessaoTestDataBuilder method deUmEspetaculoDoTipo.
public SessaoTestDataBuilder deUmEspetaculoDoTipo(TipoDeEspetaculo tipo) {
this.espetaculo = new Espetaculo();
this.espetaculo.setTipo(tipo);
return this;
}
Aggregations