aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/test/java/com/google/common/jimfs/PathSubject.java
AgeCommit message (Expand)Author
2019-10-04Mostly migrate off jsr305.cpovirk
2019-06-06Update to Truth 0.45, and address deprecations.cpovirk
2019-05-15Migrate users from the old, deprecated Subject.fail* methods to the new Subje...cpovirk
2019-05-08Instead of calling Subject.actual(), store the actual value in a field, and r...cpovirk
2019-05-07Remove PathSubject.andThat().cgdecker
2019-05-07Migrate Truth Subjects from no-arg check() to the overload that accepts a des...cpovirk
2019-05-05Migrate Truth subjects from the old fail(String, Object) to the new failWithA...cpovirk
2019-04-29Migrate Truth subjects from a manual "test and fail" approach to one using Su...cpovirk
2019-04-29Run google-java-format over all of JimFS.kak
2018-04-03Change getSubject() to actual() in PathSubject.cgdecker
2017-11-20Replace truth.FailureStrategy with truth.FailureMetadata in custom Subjects.jijiang
2015-02-25Change usages of deprecated Objects methods to MoreObjects.cgdecker
2014-11-05Upgrade Truth to 0.22cgruber
2014-06-10Move all classes to com.google.common.jimfs.Colin Decker