// 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 "xfa/fxfa/fxfa_basic.h" #include "core/fxcrt/bytestring.h" #include "testing/gtest/include/gtest/gtest.h" namespace { void HashTestCase(uint32_t hash, const char* str, uint32_t* so_far) { … } } // namespace TEST(FXFABasic, PacketHashTest) { … } TEST(FXFABasic, AttributeHashTest) { … } TEST(FXFABasic, ValueHashTest) { … } TEST(FXFABasic, ElementHashTest) { … }