Searched refs:UNIQUE_TEXT_2 (Results 1 - 3 of 3) sorted by relevance

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
H A DManualLocalTransactionsTest.java43 private static final String UNIQUE_TEXT_2 = "some other unique text" + new Date(); field in class:ManualLocalTransactionsTest
79 .setParameter("text", UNIQUE_TEXT_2).getSingleResult());
100 entity.setText(UNIQUE_TEXT_2);
H A DManualLocalTransactionsWithCustomMatcherTest.java46 private static final String UNIQUE_TEXT_2 = "some other unique text" + new Date(); field in class:ManualLocalTransactionsWithCustomMatcherTest
84 .setParameter("text", UNIQUE_TEXT_2).getSingleResult());
103 entity.setText(UNIQUE_TEXT_2);
H A DClassLevelManagedLocalTransactionsTest.java46 private static final String UNIQUE_TEXT_2 = "JPAsome asda unique teasdalsdplasdxt" + new Date(); field in class:ClassLevelManagedLocalTransactionsTest
119 .setParameter("text", UNIQUE_TEXT_2).getSingleResult();
184 entity.setText(UNIQUE_TEXT_2);

Completed in 8989 milliseconds