mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
IntelliJ is complaining when this annotation is used on a base class that has no actual runnable tests itself. The solution is different for different classes depending on the existing pattern of where the @RunWith annotation is; for some, it's simplest to move the annotation down to the few extending classes that are missing it, whereas in others it's easiest just to annotate the base class as abstract. |
||
---|---|---|
.. | ||
main | ||
test/java/google/registry |