QUnit测试中的树表绑定

时间:2017-07-19 04:22:53

标签: sapui5 qunit

我在为使用SAP UI5库中的TreeTable的应用程序实现QUnit测试时遇到了这个问题。

 <TreeTable id="TreeTableBasic" rows="{path:'/statementStatistics', parameters: {arrayNames:['statements']}}" selectionMode="MultiToggle" enableSelectAll="false" ariaLabelledBy="title">

我的树表如上。每件事看起来都不错,我的app和OPA5测试运行良好,直到我开始为它实现Qunit测试。

使用相同的MockServer,与OPA5测试相同的模拟数据,但在Qunit透视图中,它会抛出错误,如

  

路径路径:&#39; / statementStatistics&#39;,参数:{arrayNames:[&#39;语句&#39;]}必须以/

开头

我的模拟数据是像json一样的

enter image description here

有关控制台登录浏览器调试工具的更多信息

enter image description here

感谢您的帮助。

0 个答案:

没有答案