What’s Next?
Congratulations on completing the basics of the Erbsland UnitTest framework!
Explore the Full Example
If you haven’t already, take a look at the full example repository. It demonstrates a wide range of features and serves as a practical reference for structuring and writing tests.
Dive Deeper Into the Framework
Learn more about the framework by exploring the following topics:
About the Structure and Naming
Understand the conventions for organizing test suites and naming your tests.
The UnitTest Class
Dive into the core class that powers your unit tests and its essential features.
The CMake Integration
Explore how the framework integrates with CMake to streamline your testing workflow.
All Test Macros
Familiarize yourself with the macros provided for creating powerful and expressive tests.
The Command Line Options
Discover how to use the available command-line options to customize and manage your tests.
Advanced Usages
Unleash the full potential of the framework with advanced techniques like subclasses and tags.