mirror of
https://github.com/google/nomulus
synced 2026-07-07 00:27:12 +00:00
988f78274e
In some cases, we define JpaTransactionManagerRule in a TestCase class which is extended by the concrete test class. So, we need to check if JpaTransactionManagerRule is also defined in the super class.