Lines Matching refs:aErrorStr

1141 	OString aErrorStr;  in test_introsp()  local
1207 aErrorStr = "Expected to find "; in test_introsp()
1208 aErrorStr += OString::valueOf( nDemandedPropCount ); in test_introsp()
1209 aErrorStr += " properties but found "; in test_introsp()
1210 aErrorStr += OString::valueOf( nLen ); in test_introsp()
1211 TEST_ENSHURE( nLen == nDemandedPropCount, aErrorStr.getStr() ); in test_introsp()
1244 aErrorStr = "Expected property \""; in test_introsp()
1245 aErrorStr += aDemandedName; in test_introsp()
1246 aErrorStr += "\", found \""; in test_introsp()
1247 aErrorStr += aNameStr; in test_introsp()
1248 aErrorStr += "\""; in test_introsp()
1249 TEST_ENSHURE( aNameStr == aDemandedName, aErrorStr.getStr() ); in test_introsp()
1259 aErrorStr = "Property \""; in test_introsp()
1260 aErrorStr += aDemandedName; in test_introsp()
1261 aErrorStr += "\", expected type >"; in test_introsp()
1262 aErrorStr += aDemandedTypeNameStr; in test_introsp()
1263 aErrorStr += "< found type >"; in test_introsp()
1264 aErrorStr += aTypeNameStr; in test_introsp()
1265 aErrorStr += "<"; in test_introsp()
1266 TEST_ENSHURE( aTypeNameStr == aDemandedTypeNameStr, aErrorStr.getStr() ); in test_introsp()
1276 aErrorStr = "Property \""; in test_introsp()
1277 aErrorStr += aDemandedName; in test_introsp()
1278 aErrorStr += "\", expected val >"; in test_introsp()
1279 aErrorStr += aDemandedValStr; in test_introsp()
1280 aErrorStr += "< found val >"; in test_introsp()
1281 aErrorStr += aValStr; in test_introsp()
1282 aErrorStr += "<"; in test_introsp()
1283 TEST_ENSHURE( aValStr == aDemandedValStr, aErrorStr.getStr() ); in test_introsp()
1337 aErrorStr = "Property \""; in test_introsp()
1338 aErrorStr += OUStringToOString( aPropName, RTL_TEXTENCODING_ASCII_US ); in test_introsp()
1339 aErrorStr += "\", not found as \""; in test_introsp()
1340 aErrorStr += OUStringToOString(aUpperUStr, RTL_TEXTENCODING_ASCII_US ); in test_introsp()
1341 aErrorStr += "\" using XExactName"; in test_introsp()
1342 TEST_ENSHURE( sal_False, aErrorStr.getStr() ); in test_introsp()
1370 aErrorStr = "Property \""; in test_introsp()
1371 aErrorStr += aDemandedName; in test_introsp()
1372 aErrorStr += "\", expected modified val >"; in test_introsp()
1373 aErrorStr += aDemandedModifiedValStr; in test_introsp()
1374 aErrorStr += "< found val >"; in test_introsp()
1375 aErrorStr += aModifiedValStr; in test_introsp()
1376 aErrorStr += "<"; in test_introsp()
1377 TEST_ENSHURE( aModifiedValStr == aDemandedModifiedValStr, aErrorStr.getStr() ); in test_introsp()
1385 aErrorStr = "property \""; in test_introsp()
1386 aErrorStr += aDemandedName; in test_introsp()
1387 aErrorStr += "\" not found with hasProperty()"; in test_introsp()
1391 TEST_ENSHURE( bProperty, aErrorStr.getStr() ); in test_introsp()
1393 aErrorStr = "property \""; in test_introsp()
1394 aErrorStr += aDemandedName; in test_introsp()
1395 aErrorStr += "\" not equal to same Property in sequence returned by getProperties()"; in test_introsp()
1404 aErrorStr = "property \""; in test_introsp()
1405 aErrorStr += aDemandedName; in test_introsp()
1406 aErrorStr += "\", exception was thrown when trying getProperty()"; in test_introsp()
1407 TEST_ENSHURE( sal_False, aErrorStr.getStr() ); in test_introsp()
1444 aErrorStr = "Expected to find "; in test_introsp()
1445 aErrorStr += OString::valueOf( nDemandedMethCount ); in test_introsp()
1446 aErrorStr += " methods but found "; in test_introsp()
1447 aErrorStr += OString::valueOf( nLen ); in test_introsp()
1448 TEST_ENSHURE( nLen == nDemandedMethCount, aErrorStr.getStr() ); in test_introsp()
1476 aErrorStr = "Expected method \""; in test_introsp()
1477 aErrorStr += aDemandedName; in test_introsp()
1478 aErrorStr += "\", found \""; in test_introsp()
1479 aErrorStr += aNameStr; in test_introsp()
1480 aErrorStr += "\""; in test_introsp()
1481 TEST_ENSHURE( aNameStr == aDemandedName, aErrorStr.getStr() ); in test_introsp()
1486 aErrorStr = "method \""; in test_introsp()
1487 aErrorStr += aDemandedName; in test_introsp()
1488 aErrorStr += "\" not found with hasMethod()"; in test_introsp()
1492 TEST_ENSHURE( bMethod, aErrorStr.getStr() ); in test_introsp()
1494 aErrorStr = "method \""; in test_introsp()
1495 aErrorStr += aDemandedName; in test_introsp()
1496 aErrorStr += "\" not equal to same method in sequence returned by getMethods()"; in test_introsp()
1501 TEST_ENSHURE( xGetMethod == rxMethod , aErrorStr.getStr() ); in test_introsp()
1505 aErrorStr = "method \""; in test_introsp()
1506 aErrorStr += aDemandedName; in test_introsp()
1507 aErrorStr += "\", exception was thrown when trying getMethod()"; in test_introsp()
1508 TEST_ENSHURE( sal_False, aErrorStr.getStr() ); in test_introsp()