gerrit/java/com/google/gerrit/testing
Edwin Kempin ad19626f94 Move TimeUtil into own package and let it have its own java_library
This further reduces the dependencies for the logging/ package as now it
no longer needs to depend on java/com/google/gerrit/common:server, which
is kind of a large package.

The @GwtIncompatible annatation is removed from TimeUtil since this
class is no longer in a package that is shared with GWT.

Change-Id: I9c1c84d2b8feffddb6f8e955035a6a48f9f248c3
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-09-19 14:18:35 +02:00
..
BUILD Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
ConfigSuite.java Merge branch 'stable-2.15' 2018-09-12 13:27:01 +09:00
DisabledReviewDb.java Drop ReviewDb group tables 2018-03-28 09:03:35 +02:00
FakeAccountCache.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
FakeEmailSender.java Split off mail data processing out of server package 2018-07-10 17:29:46 +02:00
GerritBaseTests.java Stop using CharMatcher.javaLetterOrDigit 2017-12-17 15:12:17 +09:00
GerritServerTests.java
GitTestUtil.java Move GroupRebuilder and GroupBundle into schema package 2018-03-22 08:27:09 +01:00
InMemoryDatabase.java Enable testing of Gerrit in slave mode 2018-01-31 08:27:56 +09:00
InMemoryH2Type.java
InMemoryModule.java Split off audit/ package from giant server package. 2018-07-11 17:41:11 +02:00
InMemoryRepositoryManager.java
InMemoryTestEnvironment.java Simplify BatchUpdateTest and CommitsCollectionTest 2018-02-21 04:49:22 +00:00
IndexConfig.java Move IndexConfig to "gerrit/testing" package 2018-04-17 09:02:31 +02:00
IndexVersions.java Move IndexVersionsTest to javatests top-level directory 2017-10-31 11:02:37 -04:00
NoteDbChecker.java Migrate all remaining classes to Flogger 2018-06-05 13:14:12 +02:00
NoteDbMode.java
SshMode.java
TempFileUtil.java
TestChanges.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
TestTimeUtil.java Move TimeUtil into own package and let it have its own java_library 2018-09-19 14:18:35 +02:00
TestUpdateUI.java