Guest User

Untitled

a guest
Jun 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public class Teste {@Test
  2. 3 public void cadastrarTipoDeSistemaRedesignacao() {
  3. 4 TipoSistema novoTipoSistema = new TipoSistema(1L, "STI");
  4. 5 adm.cadastrarTipoSistemaPorId(novoTipoSistema);
  5. 6 <p>TipoSistema tipoSistema = adm.recuperarTipoSistemaPorId(1L);
  6. 7 <p>Assert.assertEquals("<span class=\"caps\">STI</span>", tipoSistema.getDescricao());
  7. 8 }}
Add Comment
Please, Sign In to add comment