Home
last modified time | relevance | path

Searched refs:lowerActualStr (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp360 std::string lowerActualStr = actualStr; in JSAssertFalse() local
361 std::transform(actualStr.begin(), actualStr.end(), lowerActualStr.begin(), ::tolower); in JSAssertFalse()
362 if (lowerActualStr == std::string("true")) { in JSAssertFalse()
365 } else if (lowerActualStr != std::string("false")) { in JSAssertFalse()
407 std::string lowerActualStr = actualStr; in JSAssertTrue() local
408 std::transform(actualStr.begin(), actualStr.end(), lowerActualStr.begin(), ::tolower); in JSAssertTrue()
409 if (lowerActualStr == std::string("true")) { in JSAssertTrue()
411 } else if (lowerActualStr == std::string("false")) { in JSAssertTrue()

Completed in 2 milliseconds