util::Params params
Parameters object, which the binding will be called with.
void CleanMemory()
Clean any memory associated with the params object.
void ResetSettings()
Reset the params object to its initial state.
util::Params paramsClean
Untouched "clean" parameters object, used for resetting.
util::Timers timers
Timers object, which the binding will be called with.
void SetInputParam(const std::string &name, T &&value)
Set the input parameter name to have value value.
MainTestFixture is a base class for Catch fixtures for mlpack binding tests.
MainTestFixture(const util::Params ¶msIn)
Create a MainTestFixture with the given set of parameters.
~MainTestFixture()
Clean up any memory associated with the MainTestFixture.