I have a custom table fixture (targeting SLIM) that handles the input table via;
public List<object> DoTable(List<List<String>> table)
I'm trying to figure out how to handle the user pressing the [Stop Test] button on the FitNesse test page so I can dispose of the resources my test has gracefully.
Perhaps there is another method that the slim runner finds dynamically for this.
Tests are being run thru FitSharp