Operates on assertions on objects of type Path. Turns assertThat(file.someMethod(arg)).someAssertion() into assertThat(path).someMethod(arg).
someMethod() can be isAbsolute(), getParent(), startsWith() and endsWith().