Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/script/script_instruction/
Dscript_instructionhelper_unittest.cpp118 ScriptInstructionHelper *instructionHelper = nullptr; in TestGetBasicInstructionHelper() local
121 instructionHelper = ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()); in TestGetBasicInstructionHelper()
122 EXPECT_NE(instructionHelper, nullptr); in TestGetBasicInstructionHelper()
123 … EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(impl.get()), instructionHelper); in TestGetBasicInstructionHelper()
124 … EXPECT_EQ(ScriptInstructionHelper::GetBasicInstructionHelper(nullptr), instructionHelper); in TestGetBasicInstructionHelper()