10#include <gmock/gmock.h>
15namespace MantidWidgets {
23 ON_CALL(*
this, deadCell()).WillByDefault(Return(m_deadCell));
47 MOCK_METHOD2(replaceRows,
void(std::vector<RowLocation>, std::vector<Subtree>));
65 void setHintsForColumn(
int column, std::unique_ptr<MantidQt::MantidWidgets::HintStrategy> strategy)
override {
66 setHintsForColumn(column, strategy.get());
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
#define GNU_DIAG_ON_SUGGEST_OVERRIDE
#define GNU_DIAG_OFF_SUGGEST_OVERRIDE
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...