google-nomulus/core
Ben McIlwain c50f16853b 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
..
gradle/dependency-locks Upgrade google-auth-library-java to latest version 2019-06-18 17:27:21 -04:00
src Don't use @RunWith JUnit annotations on classes with no @Tests 2019-06-19 17:43:01 -04:00
build.gradle Add Spotless to the Gradle build (#88) 2019-06-19 16:24:46 -04:00