// Copyright 2015 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_TEST_SUPPORT_H_ #define TESTING_TEST_SUPPORT_H_ #include <stdint.h> #include "core/fxcrt/compiler_specific.h" #include "core/fxcrt/span.h" namespace pdfium { #define STR_IN_TEST_CASE(input_literal, ...) … #define STR_IN_OUT_CASE(input_literal, expected_literal, ...) … struct StrFuncTestData { … }; struct DecodeTestData { … }; struct NullTermWstrFuncTestData { … }; } // namespace pdfium #endif // TESTING_TEST_SUPPORT_H_