blob: eeea9db2d9639549cdf707e52c534f243b7be4ee [file] [log] [blame] [edit]
// Copyright 2018 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/cellular/mock_cellular.h"
#include <gmock/gmock.h>
#include "shill/error.h"
namespace shill {
MockCellular::MockCellular(Manager* manager,
const std::string& link_name,
const std::string& address,
int interface_index,
const std::string& service,
const RpcIdentifier& path)
: Cellular(manager, link_name, address, interface_index, service, path) {}
MockCellular::~MockCellular() = default;
} // namespace shill