Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/jsapp/
H A DStageContextTest.cpp47 testDir = std::string(buffer); in SetUpTestCase()
48 testFile = testDir + "/testfile"; in SetUpTestCase()
51 testFileError = testDir + "/testfileError"; in SetUpTestCase()
54 testfileErrorMember = testDir + "/testfileErrorMember"; in SetUpTestCase()
58 std::string hspDir = testDir + "/MyApplication32/oh_modules/.hsp"; in SetUpTestCase()
60 FileSystem::MakeDir(testDir + "/MyApplication32"); in SetUpTestCase()
61 FileSystem::MakeDir(testDir + "/MyApplication32/oh_modules"); in SetUpTestCase()
62 FileSystem::MakeDir(testDir + "/MyApplication32/oh_modules/.hsp"); in SetUpTestCase()
63 FileSystem::MakeDir(testDir + "/MyApplication32/oh_modules/.hsp/example@1.0.0"); in SetUpTestCase()
70 FileSystem::MakeDir(testDir in SetUpTestCase()
94 static std::string testDir; global() member in __anon24::StageContextTest
101 std::string StageContextTest::testDir = ""; global() member in __anon24::StageContextTest
[all...]
H A DJsAppImplTest.cpp54 testDir = std::string(buffer); in SetUpTestCase()
60 static std::string testDir; member in __anon23::JsAppImplTest
62 std::string JsAppImplTest::testDir = ""; member in __anon23::JsAppImplTest
516 CommandParser::GetInstance().appResourcePath = testDir; in TEST_F()
517 CommandParser::GetInstance().loaderJsonPath = testDir + "/loader.json"; in TEST_F()
519 const std::string moduleJsonPath = testDir + FileSystem::GetSeparator() + "module.json"; in TEST_F()
520 const std::string pkgContextInfoJsonPath = testDir + FileSystem::GetSeparator() + "pkgContextInfo.json"; in TEST_F()

Completed in 3 milliseconds