Added field expectedOutputText to TodocheckScenario and a method ExpectOutputText that sets it.
Calling run now checks stdout if expectedOutputText isn't empty and returns an error if stdout isn't what we expect.
Added tests for all issue trackers that the TokenAcquisitionInstructions are what we expect.
closes #130
Added field expectedOutputText to TodocheckScenario and a method ExpectOutputText that sets it. Calling run now checks stdout if expectedOutputText isn't empty and returns an error if stdout isn't what we expect. Added tests for all issue trackers that the TokenAcquisitionInstructions are what we expect.