.. _whats-next: 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. .. button-link:: https://github.com/erbsland-dev/erbsland-unittest-example :color: info :outline: :expand: UnitTest Example → Dive Deeper Into the Framework ------------------------------ Learn more about the framework by exploring the following topics: .. grid:: 1 1 2 2 :gutter: 3 .. grid-item-card:: :class-card: sd-bg-success-light **About the Structure and Naming** ^^^ Understand the conventions for organizing test suites and naming your tests. .. button-ref:: structure-and-naming :color: success :outline: :expand: Learn More → .. grid-item-card:: :class-card: sd-bg-success-light **The UnitTest Class** ^^^ Dive into the core class that powers your unit tests and its essential features. .. button-ref:: the-unittest-class :color: success :outline: :expand: Learn More → .. grid-item-card:: :class-card: sd-bg-success-light **The CMake Integration** ^^^ Explore how the framework integrates with CMake to streamline your testing workflow. .. button-ref:: cmake :color: success :outline: :expand: Learn More → .. grid-item-card:: :class-card: sd-bg-success-light **All Test Macros** ^^^ Familiarize yourself with the macros provided for creating powerful and expressive tests. .. button-ref:: macros :color: success :outline: :expand: Learn More → .. grid-item-card:: :class-card: sd-bg-success-light **The Command Line Options** ^^^ Discover how to use the available command-line options to customize and manage your tests. .. button-ref:: command-line :color: success :outline: :expand: Learn More → .. grid-item-card:: :class-card: sd-bg-success-light **Advanced Usages** ^^^ Unleash the full potential of the framework with advanced techniques like subclasses and tags. .. button-ref:: advanced :color: success :outline: :expand: Learn More →