Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx47 static Test const aTests[] in TEST_F() local
76 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F()
82 aTests[i].pInput)); in TEST_F()
88 if (aTests[i].bValid) in TEST_F()
106 static Test const aTests[] in TEST_F() local
125 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F()
132 aTests[i].pInput)). in TEST_F()
140 … ASSERT_TRUE(aDescriptor.equalsAscii(aTests[i].pDescriptor)) << "Failed to parse URI correctly"; in TEST_F()
152 static Test const aTests[] in TEST_F() local
171 for (unsigned int i = 0; i < sizeof aTests / sizeof (Test); ++i) in TEST_F()
[all …]
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx116 TestConvertToString const aTests[] in TEST_F() local
170 for (unsigned int i = 0; i < sizeof aTests / sizeof aTests[0]; ++i) in TEST_F()
171 testConvertToString(aTests[i]); in TEST_F()