4.9. 测试 4.9. 测试 CUBA 应用程序可以使用众所周知的方式进行测试:单元测试、集成测试、以及界面 UI 测试。 单元测试非常适合测试封装在特定类中以及与应用程序基础设施松耦合的业务逻辑。只需要在项目的 global 、core 或 web 模块中创建 test 目录,然后就可以编写 JUnit 测试用例了。如果需要模拟数据,可以...
Logical operators $or, $and, $not, $where Logical operators $or, $and, $not, $where You can combine queries using logical operators: For $or and $and , the syntax is { $op: ...