chromium/printing/backend/print_backend_cups_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "printing/backend/print_backend_cups.h"

#include <cups/cups.h>

#include "base/strings/string_number_conversions.h"
#include "build/build_config.h"
#include "printing/backend/cups_deleters.h"
#include "printing/backend/print_backend.h"
#include "printing/backend/print_backend_consts.h"
#include "printing/mojom/print.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace printing {

namespace {

ScopedDestination AddDest(const char* name) {}

bool IsDestTypeEligible(int dest_type) {}

}  // namespace

TEST(PrintBackendCupsTest, PrinterBasicInfoFromCUPS) {}

TEST(PrintBackendCupsTest, PrinterBasicInfoFromCUPSNoOptionsDisplayName) {}

TEST(PrintBackendCupsTest, PrinterDriverInfoFromCUPS) {}

TEST(PrintBackendCupsTest, EligibleDestTypes) {}

}  // namespace printing