Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这更多是出于自动化测试的目的。我想知道是否有办法以编程方式截断数据(在持续集成环境中运行)。
我正在尝试设置一个场景,我创建一个用户,向提要添加一堆活动,然后在测试完成后将所有内容重置为零。
当前版本的 Stream API (v1.0) 不允许您执行诸如提要截断之类的管理操作。测试 Stream 集成的一种非常常见的方法是使用预期响应对 API 请求进行存根。