// 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_OnedCodaBarWriter.h" #include <string.h> #include "core/fxcrt/compiler_specific.h" #include "core/fxcrt/data_vector.h" #include "testing/gtest/include/gtest/gtest.h" namespace { TEST(OnedCodaBarWriterTest, Encode) { … } TEST(OnedCodaBarWriterTest, SetDelimiters) { … } } // namespace