# README
Cross Agent Tests
At commit a234030dc659a6e6d2b920bcc0dc7e25beb520ef
# Functions
FileMissing returns true if the cross agent test fixture does not exist.
ReadDir reads a directory relative to crossagent tests and returns an array of absolute filepaths of the files in that directory.
ReadFile reads a file from the crossagent tests directory given as with ioutil.ReadFile.
ReadJSON takes the name of a file and parses it using JSON.Unmarshal into the interface given.