Lines Matching refs:aTests

46             static Test const aTests[]  in testDescriptorParsing()  local
75 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorParsing()
81 aTests[i].pInput)); in testDescriptorParsing()
87 if (aTests[i].bValid) in testDescriptorParsing()
105 static Test const aTests[] in testDescriptorDescriptor() local
125 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorDescriptor()
132 aTests[i].pInput)). in testDescriptorDescriptor()
142 aTests[i].pDescriptor)); in testDescriptorDescriptor()
154 static Test const aTests[] in testDescriptorName() local
173 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorName()
180 aTests[i].pInput)).getName(); in testDescriptorName()
188 aName.equalsAscii(aTests[i].pName)); in testDescriptorName()
200 static Test const aTests[] in testDescriptorKey() local
218 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorKey()
225 aTests[i].pInput)). in testDescriptorKey()
226 hasParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in testDescriptorKey()
234 bPresent == aTests[i].bPresent); in testDescriptorKey()
246 static Test const aTests[] in testDescriptorValue() local
288 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testDescriptorValue()
295 aTests[i].pInput)). in testDescriptorValue()
296 getParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in testDescriptorValue()
303 aValue.equalsAscii(aTests[i].pValue)); in testDescriptorValue()
314 static Test const aTests[] in testUrlParsing() local
331 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlParsing()
336 cppu::UnoUrl aUrl(rtl::OUString::createFromAscii(aTests[i].pInput)); in testUrlParsing()
342 if (aTests[i].bValid) in testUrlParsing()
361 static Test const aTests[] in testUrlConnection() local
368 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlConnection()
375 aTests[i].pInput)). in testUrlConnection()
384 aTests[i].pConnection)); in testUrlConnection()
395 static Test const aTests[] in testUrlProtocol() local
402 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlProtocol()
409 aTests[i].pInput)). in testUrlProtocol()
418 aTests[i].pProtocol)); in testUrlProtocol()
429 static Test const aTests[] in testUrlObjectName() local
439 for (int i = 0; i < sizeof aTests / sizeof (Test); ++i) in testUrlObjectName()
446 aTests[i].pInput)).getObjectName(); in testUrlObjectName()
454 aTests[i].pObjectName)); in testUrlObjectName()