hamcrest / JavaHamcrest

Java (and original) version of Hamcrest

Home Page:http://hamcrest.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add matcher for file contents

Woodz opened this issue · comments

It would be very useful to add a Hamcrest matched to FileMatchers that allows comparison of file contents, instead of separately validating that the file exists, is readable and then manually reading the file contents before comparing.

Hi, I would like to work on this issue @nhojpatrick .