Include unit tests in your database project to verify changes you make to database objects do not break existing functionality.
将单元测试包含在资料库专案中来验证您对资料库物件所做的变更时,并不会中断现有的功能。
The test class represents the usual unit of test execution that occurs while you are developing, and so we should consider carefully how many tests to include in any one class.
测试类表示在开发时发生的测试执行的常见单元,所以我们应仔细考虑任何一个类中包括了多少个测试。
To support this scenario, you can build your database project, deploy it, and run unit tests from the command line, which can include generating representative and predictable test data.
为支持此方案,您可以从命令行生成、部署数据库项目以及运行单元测试,其中可以包括生成代表性、可预测的测试数据。
To be truly successful in CI, Fowler asserts that the build should be self-testing and that these tests include both unit and end-to-end testing.
为了在持续集成上达到真正的成功,Fowler断言构建应该是自测试的并且这些测试包括单元测试和端到端的测试。
To be truly successful in CI, Fowler asserts that the build should be self-testing and that these tests include both unit and end-to-end testing.
为了在持续集成上达到真正的成功,Fowler断言构建应该是自测试的并且这些测试包括单元测试和端到端的测试。
应用推荐