blob: de7c3a8bf3b3abf7052b1a21995a63be05ab6c43 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/cellular/mock_mm1_modem_signal_proxy.h"
#include "shill/testing.h"
using testing::_;
namespace shill {
namespace mm1 {
MockModemSignalProxy::MockModemSignalProxy() {
ON_CALL(*this, Setup(_, _, _, _))
.WillByDefault(SetOperationFailedInArgumentAndWarn<1>());
}
MockModemSignalProxy::~MockModemSignalProxy() = default;
} // namespace mm1
} // namespace shill