Searched refs:setCreated (Results 1 - 4 of 4) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/configuration/messages/
H A DNormalMessageTest.java78 m[i].setCreated(new Date(System.currentTimeMillis() + i * 1000));
110 m[i].setCreated(d);
H A DExpirationNormalMessageTest.java151 m.setCreated(new Date(current - 2000 - i));
/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java165 public void setCreated(Date created) { method in class:Message
/opengrok/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java516 m2.setCreated(new Date(System.currentTimeMillis() + i));
528 m2.setCreated(new Date(System.currentTimeMillis() + i + instance.getMessageLimit()));

Completed in 10 milliseconds