google-nomulus/common
Weimin Yu b6daafd341 Use TextDiffSubject to compare multi-line text (#406)
* Use TextDiffSubject to compare  multi-line text

It illustrates differences better.

Moved TextDiffSubject.java to the common project for sharing.
2019-12-10 16:44:59 -05:00
..
gradle/dependency-locks Use TextDiffSubject to compare multi-line text (#406) 2019-12-10 16:44:59 -05:00
src Use TextDiffSubject to compare multi-line text (#406) 2019-12-10 16:44:59 -05:00
build.gradle Use TextDiffSubject to compare multi-line text (#406) 2019-12-10 16:44:59 -05: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.