Munit 2.1 模拟 Map 响应并将其作为文件引用
Munit 2.1 mock a Map response and reference it as file
如果我想引用文件,如何在 munit2 中模拟 Map 响应。例如在数据库连接器中。我试过了
#[MunitTools::resultOfScript('mockExamples/singleStudentGet.groovy')]
和
#[resultOfScript('mockExamples/singleStudentGet.groovy')]
后来在munit1.2中可以工作,但在munit2中不工作
请帮忙。
MUnit 似乎不支持使用 resultOfScript() 2.x。作为替代方案,您可以将 Groovy 脚本迁移到 DataWeave 脚本。有关如何在 MUnit 2 中使用 DataWeave 脚本的示例,请参阅 https://docs.mulesoft.com/munit/2.2/mock-file-cookbook#mocking-files-using-variables-in-a-dataweave-module 上的文档。
如果我想引用文件,如何在 munit2 中模拟 Map 响应。例如在数据库连接器中。我试过了
#[MunitTools::resultOfScript('mockExamples/singleStudentGet.groovy')]
和
#[resultOfScript('mockExamples/singleStudentGet.groovy')]
后来在munit1.2中可以工作,但在munit2中不工作
请帮忙。
MUnit 似乎不支持使用 resultOfScript() 2.x。作为替代方案,您可以将 Groovy 脚本迁移到 DataWeave 脚本。有关如何在 MUnit 2 中使用 DataWeave 脚本的示例,请参阅 https://docs.mulesoft.com/munit/2.2/mock-file-cookbook#mocking-files-using-variables-in-a-dataweave-module 上的文档。