chromium/third_party/pdfium/fxbarcode/oned/BC_OnedCode128Writer_unittest.cpp

// Copyright 2017 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/oned/BC_OnedCode128Writer.h"

#include <iterator>

#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/span.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ElementsAreArray;

namespace {

struct TestCase {};

TEST(OnedCode128WriterTest, Encode128B) {}

TEST(OnedCode128WriterTest, Encode128C) {}

TEST(OnedCode128WriterTest, CheckContentValidity) {}

TEST(OnedCode128WriterTest, FilterContents) {}

}  // namespace