// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /* $Id$*/ #pragma once #include class SetFieldValue_Test : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( SetFieldValue_Test); CPPUNIT_TEST(testSet); CPPUNIT_TEST_SUITE_END(); public: void setUp(); void tearDown(); protected: void testSet(); };