Package org.universa.tcc.gemda.entidade

Examples of org.universa.tcc.gemda.entidade.Projeto


    assertNotNull(usuario.getId());
    return usuario;
  }
 
  protected Projeto criarProjeto() throws Exception {
    Projeto projeto = new Projeto(null, criarUsuario(), "GeMDA", null, new Date(), null);
    projetoService.inserir(projeto);
    assertNotNull(projeto.getId());
    return projeto;
  }
View Full Code Here

TOP

Related Classes of org.universa.tcc.gemda.entidade.Projeto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.