TestFunctions.diff

Compare the contents of two files.

This works like the UNIX diff command; we return true if the files are the same, and false otherwise.

Differences in line endings are ignored.

class TestFunctions
const
bool
diff
(
string path1
,
string path2
)

Meta