Exemplo n.º 1
0
 @Override
 public void onCreate() {
   URLs.setBaseBlockURL(TestConstants.BLOCK_URL);
   URLs.setBaseAccountingURL(TestConstants.ACCOUNTING_URL);
   new AppPreference(this).setToken(TestConstants.TOKEN);
   super.onCreate();
   ShadowLog.stream = System.out;
   JdbcPrefix.jdbcPrefix = "jdbc:sqlite:";
 }