Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instructionhelper_unittest.cpp160 UScriptInstructionPtr instr1 = nullptr; in TestAddInstruction() local
161 EXPECT_EQ(factory_->CreateInstructionInstance(instr1, "test1"), USCRIPT_SUCCESS); in TestAddInstruction()
162 EXPECT_EQ(helper->AddInstruction("instruction1", instr1), USCRIPT_SUCCESS); in TestAddInstruction()