Searched refs:TEST_ASSERT_TRUE_MESSAGE (Results 1 – 2 of 2) sorted by relevance
55 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(resolved), "'.' not resolved to absolute path"); in test_CurrentWorkingDir()90 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(abs), errMsg("could not validate '%s'", abs)); in test_DevLinks()
173 #define TEST_ASSERT_TRUE_MESSAGE(condition, message) … macro