aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/vfs/RootTest.java
Commit message (Expand)AuthorAge
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Remove Root#getCodec, to bring Root in line with general style for codecGravatar cpeyser2018-02-02
* Rephrase RootCodec as an InjectingObjectCodec.Gravatar cpeyser2018-01-29
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17