mirror of
https://github.com/google/nomulus
synced 2026-08-21 22:56:19 +00:00
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.