chromium/third_party/pdfium/fxjs/cjs_publicmethods_embeddertest.cpp

// 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.

#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) {}

}  // namespace

class CJSPublicMethodsEmbedderTest : public ExternalEngineEmbedderTest {};

TEST_F(CJSPublicMethodsEmbedderTest, ParseDateUsingFormat) {}

TEST_F(CJSPublicMethodsEmbedderTest, PrintDateUsingFormat) {}

TEST_F(CJSPublicMethodsEmbedderTest, AFSimpleCalculateSum) {}

TEST_F(CJSPublicMethodsEmbedderTest, AFNumberKeystroke) {}