Home
last modified time | relevance | path

Searched refs:UnityDefaultTestRun (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.h249 #define RUN_EXAMPLE(func, caseId) UnityDefaultTestRun(&setUp, func, &tearDown, #func, caseId, __FIL…
251 #define RUN_EXAMPLE(func, caseId) UnityDefaultTestRun(&setUp, func, &tearDown, #func, caseId)
258 UnityDefaultTestRun(setUpFunc, func, tearDownFunc, #func, caseId, __FILE__)
261 UnityDefaultTestRun(setUpFunc, func, tearDownFunc, #func, caseId)
Dunity_internals.h360 void UnityDefaultTestRun(UnityTestSetUpFunction SetUpFunc,
367 void UnityDefaultTestRun(UnityTestSetUpFunction SetUpFunc,
Dunity.c1497 void UnityDefaultTestRun(UnityTestSetUpFunction SetUpFunc, function
1506 void UnityDefaultTestRun(UnityTestSetUpFunction SetUpFunc,