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