Searched refs:readTestFile (Results 1 – 6 of 6) sorted by relevance
26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
139 void readTestFile(const char *testFilePath, TestCaseCallback callback) in readTestFile() function
25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
135 void readTestFile(const char *testFilePath, TestCaseCallback callback) in readTestFile() function
501 readTestFile(testFilePath, doTestCase); in DataDrivenTest()
38 export function readTestFile(path: string) { function