Searched refs:ControlDelegateInterfaceMock (Results 1 – 3 of 3) sorted by relevance
29 class ControlDelegateInterfaceMock : public ControlDelegateInterface<T> {31 ControlDelegateInterfaceMock(){}; in ControlDelegateInterfaceMock() function
35 mock_delegate_.reset(new ControlDelegateInterfaceMock<uint8_t>()); in SetUp()49 std::unique_ptr<ControlDelegateInterfaceMock<uint8_t>> mock_delegate_;
41 mock_delegate_.reset(new ControlDelegateInterfaceMock<uint8_t>()); in SetUp()102 std::unique_ptr<ControlDelegateInterfaceMock<uint8_t>> mock_delegate_;