
测试用例包.
xxx-base结尾的工程存放xxx实际的测试处理逻辑, 所有Test类都是abstract的, 只提供给其他工程引用, 不能直接运行;
xxx-impl结尾的工程用于运行xxx实现框架自身的测试用例, 只是简单的引用base中的测试用例和在pom中配置实现类;
xxx-to-yyy结尾的工程用于运行xxx桥接至yyy的测试用例, 只是简单的引用base中的测试用例和在pom中配置各种实现类.
Related Books
 | Pragmatic Unit Testing in Java with JUnit (2024) by Langr, Jeff |
 | Unifying Business, Data, and Code: Designing Data Products with JSON Schema (2024) by Itelman, Ron, Viotti, Juan Cruz |
 | Test-Driven Development with Java: Create higher-quality software by writing tests first with SOLID and hexagonal architecture (2023) by Mellor, Alan |
 | Learning Test-Driven Development: A Polyglot Guide to Writing Uncluttered Code (2021) by Siddiqui, Saleem |
 | Test-Driven Java Development - Second Edition: Invoke TDD principles for end-to-end application development (2018) by Garcia, Alex, Farcic, Viktor |
 | Json for Beginners: Your Guide to Easily Learn Json In 7 Days (Programming Languages) (2017) by Academy, iCode |
 | JSON at Work: Practical Data Integration for the Web (2017) by Marrs, Tom |
 | Introduction to JavaScript Object Notation: A To-the-Point Guide to JSON (2015) by Bassett, Lindsay |
 | Java For Testers: Learn Java fundamentals fast (2015) by Richardson, Mr Alan J |
 | Test Driven: TDD and Acceptance TDD for Java Developers (2007) by Koskela, Lasse |