chromium/third_party/pdfium/fxbarcode/pdf417/BC_PDF417Writer_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/pdf417/BC_PDF417Writer.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_PDF417WriterTest : public testing::Test {};

TEST_F(CBC_PDF417WriterTest, Encode) {}