英文:
Java Date/time class supported in new workbench Test Scenario?
问题
新业务中央工作台测试场景是否支持日期/时间类型?java.time.LocalDateTime
似乎不起作用,尽管对于日期,java.time.LocalDate
可以正常工作。
英文:
Is there a date/time type supported by the new business central workbench test scenarios? java.time.LocalDateTime
does not appear to work although for dates java.time.LocalDate does work
答案1
得分: 4
抱歉,无法提供翻译。
英文:
There is no embedded support for java.time.LocalDateTime
but starting from version 7.30 we support MVEL expressions in RULE based test scenarios: it is enough to add #
as prefix to the value and then you can invoke the Java method that you prefer.
In EXPECT section you can use an implicit variable named actualValue
to have access to the value of that column
答案2
得分: 0
支持LocalDateTime
和LocalTime
从版本7.47.0开始添加。
英文:
Support to LocalDateTime
and LocalTime
was added since version 7.47.0.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论