OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UmaPolicyTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy.h
111
// Used by
UmaPolicyTest
.ProcessActionTest.
122
FRIEND_TEST_ALL_PREFIXES(
UmaPolicyTest
, CleanURLTest);
123
FRIEND_TEST_ALL_PREFIXES(
UmaPolicyTest
, MatchActionToStatusTest);
124
FRIEND_TEST_ALL_PREFIXES(
UmaPolicyTest
, ProcessActionTest);
125
FRIEND_TEST_ALL_PREFIXES(
UmaPolicyTest
, SiteUrlTest);
uma_policy_unittest.cc
14
class
UmaPolicyTest
: public testing::Test {
16
UmaPolicyTest
() {
24
TEST_F(
UmaPolicyTest
, Construct) {
29
TEST_F(
UmaPolicyTest
, MatchActionToStatusTest) {
89
TEST_F(
UmaPolicyTest
, SiteUrlTest) {
125
TEST_F(
UmaPolicyTest
, ProcessActionTest) {
197
TEST_F(
UmaPolicyTest
, CleanURLTest) {
Completed in 350 milliseconds