Commit graph

5 commits

Author SHA1 Message Date
mcilwain
30bfcf9c55 Remove more unused Truth8.assertThat() static imports in tests
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173562809
2017-11-07 17:22:56 -05:00
mcilwain
c0f8da0c6e Switch from Guava Optionals to Java 8 Optionals
This was a surprisingly involved change. Some of the difficulties included
java.util.Optional purposely not being Serializable (so I had to move a
few Optionals in mapreduce classes to @Nullable) and having to add the Truth
Java8 extension library for assertion support.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171863777
2017-10-24 16:53:47 -04:00
mmuller
9ea38e6348 Remove unnecessary line to load configs
Remove line that loads RegistryConfigSettings from RegistryConfigTest.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=148236844
2017-02-27 11:07:40 -05:00
mmuller
093716c7d3 Fix unused variable and missing end newline
Fix a few diffs lost in pre-submission testing shuffle.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=148222135
2017-02-22 11:50:31 -05:00
mmuller
acc7d19106 Put the path to client_secrets in a config option.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=148214513
2017-02-22 11:49:03 -05:00