#include <math.h>
#include "core/fxcrt/fx_string.h"
#include "fpdfsdk/cpdfsdk_helpers.h"
#include "fxjs/cjs_event_context.h"
#include "fxjs/cjs_publicmethods.h"
#include "testing/external_engine_embedder_test.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/v8-container.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-isolate.h"
#include "v8/include/v8-local-handle.h"
#include "v8/include/v8-value.h"
namespace {
double RoundDownDate(double date) { … }
}
class CJSPublicMethodsEmbedderTest : public ExternalEngineEmbedderTest { … };
TEST_F(CJSPublicMethodsEmbedderTest, ParseDateUsingFormat) { … }
TEST_F(CJSPublicMethodsEmbedderTest, PrintDateUsingFormat) { … }
TEST_F(CJSPublicMethodsEmbedderTest, AFSimpleCalculateSum) { … }
TEST_F(CJSPublicMethodsEmbedderTest, AFNumberKeystroke) { … }