Advertisement
Guest User

Untitled

a guest
May 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @Test
  2. public void testRefactor() {
  3.  
  4. updateAliases updateAliases = new updateAliases();
  5. try {
  6. updateAliases.refactorDailyAndPrevAlias(time.getDate(date, 1), time.getDate(date, 0), client);
  7. } catch (java.net.UnknownHostException ex) {
  8. ex.getMessage();
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement