chromium/third_party/pdfium/fxbarcode/datamatrix/BC_DataMatrixWriter_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/datamatrix/BC_DataMatrixWriter.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_DataMatrixWriterTest : public testing::Test {};

TEST_F(CBC_DataMatrixWriterTest, Encode) {}

TEST_F(CBC_DataMatrixWriterTest, EncodeLimitAlphaNumeric) {}

TEST_F(CBC_DataMatrixWriterTest, EncodeLimitNumbers) {}