Github User Fetcher
1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Enumerations
doctest::detail::assertAction Namespace Reference
Enumerations
enum
Enum
{
nothing
= 0 ,
dbgbreak
= 1 ,
shouldthrow
= 2 }
Enumeration Type Documentation
◆
Enum
enum
doctest::detail::assertAction::Enum
Enumerator
nothing
dbgbreak
shouldthrow
Definition at line
1724
of file
doctest.h
.
1725
{
1726
nothing
= 0,
1727
dbgbreak
= 1,
1728
shouldthrow
= 2
1729
};
doctest::detail::assertAction::dbgbreak
@ dbgbreak
Definition
doctest.h:1727
doctest::detail::assertAction::shouldthrow
@ shouldthrow
Definition
doctest.h:1728
doctest::detail::assertAction::nothing
@ nothing
Definition
doctest.h:1726
doctest
detail
assertAction
Generated by
1.10.0