kaycxx-test
C++ unit test framework
Loading...
Searching...
No Matches
Namespaces | Functions
describe.hpp File Reference

Defines the describe function for nested test suites. More...

#include <source_location>
#include <string_view>
#include <kaycxx/test/callback.hpp>
Include dependency graph for describe.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kaycxx
 Root namespace for kaycxx libraries.
 
namespace  kaycxx::test
 Unit test framework functions and types.
 

Functions

void kaycxx::test::describe (std::string_view description, callback body, std::source_location location=std::source_location::current())
 Defines a nested test suite and immediately executes its registration body.
 

Detailed Description

Defines the describe function for nested test suites.