Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public class CampeonatoTest {
  2.  
  3. List<Time> times = new ArrayList<Time>();
  4. List<Partida> partidas = new ArrayList<Partida>();
  5. Campeonato campeonato;
  6.  
  7. // All tests
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement