Searched refs:StateDelegateInterfaceMock (Results 1 – 2 of 2) sorted by relevance
29 class StateDelegateInterfaceMock : public StateDelegateInterface<T> {31 StateDelegateInterfaceMock(){}; in StateDelegateInterfaceMock() function
39 mock_delegate_.reset(new StateDelegateInterfaceMock<uint8_t>()); in SetUp()52 std::unique_ptr<StateDelegateInterfaceMock<uint8_t>> mock_delegate_;