Move Truth rules to a subdirectory of lib

The list of supported Truth extensions is only going to grow.

Change-Id: Ic67a9df6a7548d964fc10b13c10b6db1c96e514e
This commit is contained in:
Dave Borowitz
2018-05-14 16:44:16 -07:00
parent 31c377f420
commit 94fd307693
40 changed files with 69 additions and 70 deletions

View File

@@ -8,7 +8,7 @@ junit_tests(
"//javatests/com/google/gerrit/util/http/testutil",
"//lib:junit",
"//lib:servlet-api-3_1-without-neverlink",
"//lib:truth",
"//lib/easymock",
"//lib/truth",
],
)