Add an example of extending standard assertions
joel-costigliola opened this issue · 1 comments
joel-costigliola commented
It is easy to write assertions for its own type but extending assertions for standard type is less easy.
Let's write an example to show how to do that on File assertions, it will allow project to write new custom assertions for File that are not in FileAssert and thus can be specific to the project.
joel-costigliola commented
Done in c082f91