google-nomulus/core/src
Ben McIlwain 342bfc9dc5 Don't use @RunWith JUnit annotations on classes with no @Tests
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.
2019-06-19 17:43:01 -04:00
..
main Move the Soy files to the resources folder (#120) 2019-06-19 12:10:57 -04:00
test/java/google/registry Don't use @RunWith JUnit annotations on classes with no @Tests 2019-06-19 17:43:01 -04:00