google-nomulus/common
Weimin Yu 5face3b2fe Add Test suite support for JUnit 5 classes (#549)
* Add Test suite support for JUnit 5 classes

Added Gradle dependencies and updated lockfiles.

Updated SqlInegrationTestSuite to use new annotations.

Migrated one member class in SqlIntegrationTestSuite (CursorDaoTest)
to JUnit 5, and verified that the new Suite runner can handle a
mixture of JUnit 4 and 5 tests in one suite.

Note that Gradle tests that run TestSuites must choose JUnit 4.
Updated core/build.gradle and integration/build.gradle.
2020-04-07 21:06:49 -04:00
..
gradle/dependency-locks Add Test suite support for JUnit 5 classes (#549) 2020-04-07 21:06:49 -04:00
src Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
build.gradle Fix broken builds when Maven Central is used (#509) 2020-03-10 11:21:03 -04:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

Summary

This project holds some of the general-purpose utility classes that do not rely on the registry domain model.

This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.