# Functions
AssertRequestResult compares the actual and expected results of a task in a testing context.
ConveyTest executes the executor tests using Convey from goconvey.
CreateExecutorTest creates a new executor test case.
CreateExecutorTestSet creates a set of executor tests based on the specified base path and runners.
NewMockHttpClient creates a new instance of MockHttpClient based on the provided mock results.
TestConnection performs a connection test using the provided ConnectionTester.
# Structs
ExecutorTest represents an executor test case.
ExecutorTestConfig holds the configuration for an executor test.
Mock is a definition of mock consisting of mocked path, queries and mock response body which is returned on matched mock pattern.
MockBody is a mock implementation of the http.Response.Body interface.
MockHttpClient is a mock implementation of the rest.HTTPClient interface.
MockResult represents a mocked HTTP response.
TestConnectionResult represents the result of a connection test.
# Interfaces
ConnectionTester is an interface for testing connections.