我正在使用 Spring MVC 和 Spring 测试套件(Spring REST Docs),我想知道在使用 MockMvcBuilders 构建 MockMvc 期间是否有办法在 asciidoctor adoc 文件中设置属性值?
例如我在 index.adoc
:我的属性:
并想在 MockMvc 构建期间动态设置它?
:myAttribute: myValue
我在 asciidoctor 文档中看到:
默认情况下,属性分配优先级从高到低依次为:
Attribute passed to the API or CLI Attribute defined in the document Default value
我想知道如何将它传递给 API :-)