Guest User

Untitled

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