180181182183184185186187188189190
@Test public void testCustomFormat() throws Exception { PrettyTime t = new PrettyTime(new Date(0)); TimeUnit unit = new TimeUnit() { @Override public long getMaxQuantity() { return 0;
184185186187188189190191192193194