aboutsummaryrefslogtreecommitdiff
path: root/jimfs/src/test/java/com/google
AgeCommit message (Expand)Author
2019-11-14Fix 1 ErrorProneStyle finding:clshepherd
2019-10-04Change Jimfs PathMatchers to use the regex flags indicated by the Configurati...cgdecker
2019-10-04Mostly migrate off jsr305.cpovirk
2019-06-06Update to Truth 0.45, and address deprecations.cpovirk
2019-06-06Assert that snapshot elements are ordered, as suggested by the comment.glorioso
2019-06-06Fix internal build breakage from making assertThat(SortedSet) @GoogleInternal.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 from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-04-29Migrate from containsAllOf to containsAtLeast.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
2019-03-21Fix an issue with Files.newOutputStream for Jimfs where it wouldn't truncate ...cgdecker
2018-04-03Change getSubject() to actual() in PathSubject.cgdecker
2018-01-16Suppress errors for streams that contain closeable resources (#63)Ron Shapiro
2018-01-05Ensure streams that encapsulate a closeable resource are closedcushon
2017-11-20Replace truth.FailureStrategy with truth.FailureMetadata in custom Subjects.jijiang
2016-03-23A couple attribute-related changes:cgdecker
2016-03-21Throw UOE when setting unsupported attributesJason Tedor
2016-01-20Fix flakiness in JimfsAsynchronousFileChannelTest.cgdecker
2016-01-12Partially rollback previous change adding Turkish path normalization.cgdecker
2016-01-12Add long-requested ability to configure the polling rate for the WatchService...cgdecker
2016-01-07Add Turkish path normalizationBen Hamilton
2015-06-22Fix cases where return value of method in java.nio.file.Path is not used.eaftan
2015-06-03Format Jimfs with google-java-format.cgdecker
2015-04-22Couple interruption-related fixes for JimfsFileChannel.cgdecker
2015-04-17Several changes to JimfsFileChannel.cgdecker
2015-02-26Change URIs for Unix- and Windows-like paths to end with a / if the file is a...cgdecker
2015-02-25Change usages of deprecated Objects methods to MoreObjects.cgdecker
2015-02-25Rename testMethod to createFileSystem.cgdecker
2015-02-25Split JimfsFileSystemProvider up to work around classloader issues.cgdecker
2015-02-23Remove unused imports.cgdecker
2015-02-18Add support for "jimfs:" protocol URLs.cgdecker
2015-02-18Migrate from Truth's deprecated .is(expected) to .isEqualTo(expected).kak
2015-02-18Cleanup usages of deprecated Truth APIs.kak
2015-01-21Change JimfsOutputStream.flush() to do nothing rather than throw an exception...cgdecker
2014-11-05Migrate from Truth's deprecated iteratesAs(...) to containsExactly(...).inOrd...kak
2014-11-05Clean up usages of deprecated Truth has() Collection methods:kak
2014-11-05Migrate off of deprecated Truth methodskak
2014-11-05Migrate users off of deprecated (or soon to be deprecated) Truth APIs.kak
2014-11-05Reduce visibility of Subject.isNotA()kak
2014-11-05Fix another case in PollingWatchServiceTest where it's possible to see either...cgdecker
2014-11-05Misc changes to FileTree.cgdecker
2014-11-05Migrate usages of:kak
2014-11-05Add assertThat(Comparable) overload for custom comparable types.kak
2014-11-05Rename helper methods named "assertThat" in AbstractJimfsIntegrationTest to "...cgdecker
2014-11-05Attempt to fix up some test flakiness.cgdecker