7071727374757677787980
// given Simple entity = new Simple(); // when TimestampsProvider provider = new TimestampsProvider(); provider.prePersist(entity); provider.preUpdate(entity); // then finish the test }