1[ 2 { 3 "genPath": "E:\\napi_aboutTest\\testcase_napi_intellijPlugin\\generatorCode", 4 "includeName": "../serviceCode/NodeISayHello.h", 5 "cppName": "../serviceCode/NodeISayHello.cpp", 6 "interfaceName": "NodeISayHello::sayHello", 7 "serviceCode": "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHello(from, to, sayType);\n delete p;" 8 }, 9 { 10 "genPath": "E:\\napi_aboutTest\\testcase_napi_intellijPlugin\\generatorCode", 11 "includeName": "../serviceCode/NodeISayHello.h", 12 "cppName": "../serviceCode/NodeISayHello.cpp", 13 "interfaceName": "NodeISayHello::sayHi", 14 "serviceCode": "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHi(from, to, sayType);\n delete p;" 15 }, 16 { 17 "genPath": "E:\\napi_aboutTest\\testcase_napi_intellijPlugin\\generatorCode", 18 "includeName": "../serviceCode/NodeISayHello.h", 19 "cppName": "../serviceCode/NodeISayHello.cpp", 20 "interfaceName": "funcTest", 21 "serviceCode": "out = napitest::funcTest(v);" 22 }, 23 { 24 "genPath": "E:\\napi_aboutTest\\testcase_napi_intellijPlugin\\generatorCode", 25 "includeName": "../serviceCode/NodeISayHello.h", 26 "cppName": "../serviceCode/NodeISayHello.cpp", 27 "interfaceName": "NodeISayHello::sayHelloWithResponse", 28 "serviceCode": "napitest::NodeISayHello *p = new napitest::NodeISayHello();\n p->sayHelloWithResponse(from, to, sayType);\n delete p;" 29 } 30]