测试多平台应用——教程 Test a simple multiplatform project Create your project Write code Add tests Explore the kotlin.test API Run tests Work with more complex projects Write tests fo...
集成测试 创建一个测试项目 编写集成测试 本章总结 Integration testing Create a test project Write an integration test Run the test Wrap up 集成测试 与单元测试相比,集成测试在范围上大得多。它检验整个程序栈。集成测试并不会把一个类或组件隔离出来,...