TestOptions()
Create a new empty options, with the default time out and no reporters.
TestOptions(other: TestOptions)
Copy constructor.
other - the options to copy
other
TestOptions(json: JsonObject)
Create a new options from the specified json.
json - the json to create from
json