chromium/third_party/pdfium/fxbarcode/qrcode/BC_QRCodeWriter_unittest.cpp

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

#include "fxbarcode/qrcode/BC_QRCodeWriter.h"

#include <stdint.h>

#include "core/fxcrt/data_vector.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ElementsAreArray;

class CBC_QRCodeWriterTest : public testing::Test {};

TEST_F(CBC_QRCodeWriterTest, Encode) {}