4.9. 测试 4.9. 测试 CUBA 应用程序可以使用众所周知的方式进行测试:单元测试、集成测试、以及界面 UI 测试。 单元测试非常适合测试封装在特定类中以及与应用程序基础设施松耦合的业务逻辑。只需要在项目的 global 、core 或 web 模块中创建 test 目录,然后就可以编写 JUnit 测试用例了。如果需要模拟数据,可以...
24. Test Driven Development with Wicket and Spring 24.1. Configuration of the runtime environment 24.2. Configuration of the JUnit based integration test environment 24.3. Summar...