Home
last modified time | relevance | path

Searched refs:ManualLocalTransactionsWithCustomMatcherTest (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DManualLocalTransactionsWithCustomMatcherTest.java43 public class ManualLocalTransactionsWithCustomMatcherTest extends TestCase { class
66 .getInstance(ManualLocalTransactionsWithCustomMatcherTest.TransactionalObject.class) in testSimpleCrossTxnWork()
68 injector.getInstance(ManualLocalTransactionsWithCustomMatcherTest.TransactionalObject.class) in testSimpleCrossTxnWork()
/external/guice/extensions/persist/test/com/google/inject/persist/
DAllTests.java29 import com.google.inject.persist.jpa.ManualLocalTransactionsWithCustomMatcherTest;
53 suite.addTestSuite(ManualLocalTransactionsWithCustomMatcherTest.class); in suite()