4.8. 测试 4.8. 测试 CUBA 应用程序可以使用众所周知的方式进行测试:单元测试、集成测试、以及界面 UI 测试。 单元测试非常适合测试封装在特定类中以及与应用程序基础设施松耦合的业务逻辑。只需要在项目的 global 、core 或 web 模块中创建 test 目录,然后就可以编写 JUnit 测试用例了。如果需要模拟数据,可以...
Testing Vaadin Applications in the Browser With End-To-End Tests Creating the Base Test Class Testing the Login View Creating a View Object Testing Vaadin Applications in the...
13. Testing 测试 What to know for tests Test Setup 设置 AbstractShiroTest Unit Testing ExampleShiroUnitTest tearDownSubject() Integration Testing ExampleShiroIntegrationTest 为文...