HomeSort by relevance Sort by last modified time
    Searched defs:SetUp (Results 76 - 100 of 383) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/gtest/samples/
sample7_unittest.cc 52 // objects. We will instantiate objects in test's SetUp() method and
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
68 // which we use in fixture's SetUp() to create and store an instance of
73 virtual void SetUp() { table_ = (*GetParam())(); }
  /external/gtest/test/
gtest-options_test.cc 151 virtual void SetUp() {
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/protobuf/gtest/samples/
sample5_unittest.cc 65 // Remember that SetUp() is run immediately before a test starts.
67 virtual void SetUp() {
78 // know that you can use assertions in SetUp() and TearDown() as
146 virtual void SetUp() {
148 QuickTest::SetUp();
150 // Second, some additional setup for this fixture.
sample7_unittest.cc 52 // objects. We will instantiate objects in test's SetUp() method and
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
68 // which we use in fixture's SetUp() to create and store an instance of
73 virtual void SetUp() { table_ = (*GetParam())(); }
  /external/protobuf/gtest/test/
gtest-options_test.cc 151 virtual void SetUp() {
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 69 virtual void SetUp() {
  /frameworks/base/libs/gui/tests/
Surface_test.cpp 29 virtual void SetUp() {
  /frameworks/base/opengl/tests/EGLTest/
EGL_test.cpp 34 virtual void SetUp() {
egl_cache_test.cpp 31 virtual void SetUp() {
80 virtual void SetUp() {
81 EGLCacheTest::SetUp();
  /system/vold/tests/
VolumeManager_test.cpp 30 virtual void SetUp() {
  /external/chromium/app/sql/
sqlite_features_unittest.cc 50 void SetUp() {
statement_unittest.cc 44 void SetUp() {
  /external/chromium/base/win/
registry_unittest.cc 20 virtual void SetUp() {
  /external/chromium/chrome/browser/autocomplete/
keyword_provider_unittest.cc 28 virtual void SetUp();
41 void KeywordProviderTest::SetUp() {
  /external/chromium/chrome/browser/debugger/
devtools_manager_unittest.cc 72 virtual void SetUp() {
73 RenderViewHostTestHarness::SetUp();
  /external/chromium/chrome/browser/download/
base_file_unittest.cc 27 virtual void SetUp() {
download_request_limiter_unittest.cc 19 virtual void SetUp() {
20 RenderViewHostTestHarness::SetUp();
  /external/chromium/chrome/browser/extensions/
image_loading_tracker_unittest.cc 84 virtual void SetUp() {
  /external/chromium/chrome/browser/history/
visit_database_unittest.cc 43 // Test setup.
44 void SetUp() {
45 PlatformTest::SetUp();
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store_unittest.cc 26 virtual void SetUp() {
  /external/chromium/chrome/browser/password_manager/
password_form_manager_unittest.cc 21 virtual void SetUp() {
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader_unittest.cc 30 virtual void SetUp() {
31 AsynchronousPolicyTestBase::SetUp();
  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 24 void SetUp() {
66 UITest::SetUp();

Completed in 539 milliseconds

1 2 34 5 6 7 8 91011>>