Home
last modified time | relevance | path

Searched refs:test_harness_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/
Dconfiguration_policy_provider_test.cc175 test_harness_.reset((*GetParam())()); in SetUp()
176 test_harness_->SetUp(); in SetUp()
196 provider_.reset(test_harness_->CreateProvider(&schema_registry_, in SetUp()
226 test_harness_->policy_level(), in CheckValue()
227 test_harness_->policy_scope(), in CheckValue()
248 base::Unretained(test_harness_.get()), in TEST_P()
258 base::Unretained(test_harness_.get()), in TEST_P()
268 base::Unretained(test_harness_.get()), in TEST_P()
280 base::Unretained(test_harness_.get()), in TEST_P()
314 base::Unretained(test_harness_.get()), in TEST_P()
[all …]
Dconfiguration_policy_provider_test.h132 scoped_ptr<PolicyProviderTestHarness> test_harness_; variable