package
0.0.0-20240713163002-aa3b3c4d1b33
Repository: https://github.com/rwirdemann/datafrog.git
Documentation: pkg.go.dev
# Functions
AllTests returns all tests as json-encoded HTTP response.
ChannelHealth checks the health of the channel "name" by tailing the associated log file, triggering the SUT to force a log update and ensures that the log file was updated.
DeleteTest returns a http handler to delete the test given in the request param "name".
No description provided by the author
No description provided by the author
No description provided by the author
RegisterHandler registers http handler to record and verify testcases.
StartRecording starts recording of test given the request param "name".
StartVerification returns a http handler that starts a verification run of the test given in the request param "name".
StopRecording returns a http handler to stop the recording of the test given by the request param "name".
StopVerify returns a http handler to stop the verification run of the test given in the request param "name".