mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02:00
* Add TmOverrideExtension for more safe TM overrides in tests This is safer to use than calling setTmForTest() directly because this extension also handles the corresponding call to removeTmOverrideForTest() automatically, the forgetting of which has been a source of test flakiness/instability in the past. There are now broadly two ways to get tests to run in JPA: either use DualDatabaseTest, an AppEngineExtension, and the corresponding JPA-specific @Test annotations, OR use this override alongside a JpaTransactionManagerExtension. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |