Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doctest/doctest
/ types & classes
Types & classes
277 in github.com/doctest/doctest
⨍
Functions
692
◇
Types & classes
277
↓ 44 callers
Class
Whitespace
doctest/doctest.h:4891
↓ 44 callers
Class
Whitespace
doctest/parts/private/reporters/console.h:19
↓ 4 callers
Class
ContextScope
doctest/parts/public/context_scope.h:38
↓ 4 callers
Class
XmlEncode
doctest/doctest.h:5183
↓ 3 callers
Class
XmlEncode
doctest/parts/private/xml.h:19
↓ 2 callers
Class
sigaction
doctest/doctest.h:8052
↓ 2 callers
Class
sigaction
doctest/parts/private/signals.cpp:209
↓ 2 callers
Class
tuple
Specializing template std::tuple is forbidden
doctest/doctest.h:663
↓ 1 callers
Class
ExceptionTranslator
doctest/parts/public/exception_translator.h:19
↓ 1 callers
Class
Foo
examples/all_features/stringification.cpp:157
↓ 1 callers
Class
Object
tests/doctest/assert/test_expression.cpp:51
↓ 1 callers
Class
QueryData
doctest/doctest.h:2770
↓ 1 callers
Class
QueryData
doctest/parts/public/reporter.h:54
↓ 1 callers
Class
mpi_sub_comm
doctest/extensions/mpi_sub_comm.h:17
↓ 1 callers
Class
sigaction
tests/doctest/test_debugger.cpp:44
Class
A
examples/all_features/stringification.cpp:21
Class
B
examples/all_features/stringification.cpp:22
Class
C
examples/all_features/stringification.cpp:27
Enum
C
tests/doctest/assert/test_expression.cpp:60
Class
CacheLineAlignedAtomic
doctest/doctest.h:4061
Class
CacheLineAlignedAtomic
doctest/parts/private/atomic.h:37
Class
ConsoleHelper
doctest/doctest.h:4793
Class
ConsoleHelper
doctest/parts/private/color.cpp:77
Class
ConsoleReporter
doctest/doctest.h:4898
Class
ConsoleReporter
doctest/parts/private/reporters/console.h:26
Class
ContextOptions
doctest/doctest.h:1445
Class
ContextOptions
doctest/parts/public/context/options.h:13
Class
ContextState
doctest/doctest.h:2594
Class
ContextState
doctest/parts/public/context.h:14
Class
ContextState
this holds both parameters from the command line and runtime data for tests
doctest/parts/private/context_state.h:17
Class
DOCTEST_INTERFACE
doctest/doctest.h:871
Class
DOCTEST_INTERFACE
doctest/parts/public/exception_translator.h:13
Class
DOCTEST_INTERFACE
doctest/parts/public/test_case.h:11
Class
DOCTEST_INTERFACE
doctest/parts/public/string.h:50
Class
DOCTEST_INTERFACE
doctest/parts/public/exceptions.h:14
Class
DOCTEST_INTERFACE
doctest/parts/public/context_scope.h:11
Class
DOCTEST_INTERFACE
doctest/parts/public/reporter.h:32
Class
DOCTEST_INTERFACE
doctest/parts/public/subcase.h:10
Class
DOCTEST_INTERFACE
doctest/parts/public/test_suite.h:13
Class
DOCTEST_INTERFACE
doctest/parts/public/context.h:17
Class
DOCTEST_INTERFACE
doctest/parts/public/context/options.h:10
Class
DOCTEST_INTERFACE
doctest/parts/public/assert/message.h:11
Class
DOCTEST_INTERFACE
doctest/parts/public/assert/result.h:27
Class
DOCTEST_INTERFACE
doctest/parts/public/assert/data.h:11
Class
DOCTEST_INTERFACE
doctest/parts/public/matchers/approx.h:10
Class
DOCTEST_INTERFACE
doctest/parts/public/matchers/contains.h:10
Class
DOCTEST_INTERFACE_DECL
doctest/doctest.h:1406
Class
DOCTEST_INTERFACE_DECL
doctest/parts/public/matchers/is_nan.h:11
Class
DOCTEST_INTERFACE_DEF
doctest/doctest.h:6657
Class
DOCTEST_INTERFACE_DEF
doctest/parts/private/matchers/is_nan.cpp:14
Class
DebugOutputWindowReporter
doctest/doctest.h:4987
Class
DebugOutputWindowReporter
doctest/parts/private/reporters/debug_output_window.h:16
Class
DecisionPoint
doctest/doctest.h:4156
Class
DecisionPoint
doctest/parts/private/traversal.h:14
Class
DiscardOStream
doctest/doctest.h:5842
Class
DiscardOStream
doctest/parts/private/context.cpp:404
Class
DummyContextOptions
tests/doctest/test_path.cpp:4
Enum
Enum
doctest/doctest.h:1508
Enum
Enum
doctest/parts/public/color.h:11
Enum
Enum
doctest/parts/public/reporter.h:17
Enum
Enum
doctest/parts/public/assert/type.h:10
Enum
Enum
doctest/parts/public/assert/comparator.h:89
Enum
EnumClassC
examples/all_features/enums.cpp:22
Enum
EnumClassSC
examples/all_features/enums.cpp:28
Enum
EnumClassU8
examples/all_features/enums.cpp:40
Enum
EnumClassUC
examples/all_features/enums.cpp:34
Class
ErrnoGuard
doctest/doctest.h:6287
Class
ErrnoGuard
doctest/parts/private/debugger.cpp:16
Class
FatalConditionHandler
doctest/doctest.h:5080
Class
FatalConditionHandler
doctest/parts/private/signals.h:21
Class
Foo
examples/all_features/double_stringification.cpp:7
Enum
Foo
examples/all_features/stringification.cpp:299
Enum
ForWhat
doctest/doctest.h:5185
Enum
ForWhat
doctest/parts/private/xml.h:21
Class
ITranslator
scripts/how_stuff_works/how_exception_translators_work.cpp:10
Class
JUnitReporter
TODO: - log_message() - respond to queries - honor remaining options - more attributes in tags
doctest/doctest.h:5299
Class
JUnitReporter
TODO: - log_message() - respond to queries - honor remaining options - more attributes in tags
doctest/parts/private/reporters/junit.h:19
Class
JUnitTestCase
doctest/doctest.h:5316
Class
JUnitTestCase
doctest/parts/private/reporters/junit.h:36
Class
JUnitTestCaseData
doctest/doctest.h:5305
Class
JUnitTestCaseData
doctest/parts/private/reporters/junit.h:25
Class
JUnitTestMessage
doctest/doctest.h:5308
Class
JUnitTestMessage
doctest/parts/private/reporters/junit.h:28
Class
MoveOnly
tests/regression/test.630.cpp:6
Class
MpiConsoleReporter
\brief Extends the ConsoleReporter of doctest * Allows to manage the execution of tests in a parallel framework * All results are coll
doctest/extensions/mpi_reporter.h:58
Class
MpiFileReporter
\brief Extends the ConsoleReporter of doctest * Each process writes its results to its own file * Intended to be used when a test asse
doctest/extensions/mpi_reporter.h:40
Class
MultiLaneAtomic
doctest/doctest.h:4060
Class
MultiLaneAtomic
doctest/parts/private/atomic.h:36
Class
MyOtherType
examples/all_features/stringification.cpp:168
Class
MyType
examples/all_features/stringification.cpp:137
Class
MyTypeInherited
examples/all_features/stringification.cpp:143
Class
MyXmlReporter
examples/all_features/reporters_and_listeners.cpp:18
Class
NullBuffer
https://stackoverflow.com/a/11826666/1583122
doctest/extensions/mpi_reporter.h:20
Class
NullStream
doctest/extensions/mpi_reporter.h:25
Class
P
tests/regression/test.786.cpp:19
Class
Point
examples/all_features/generators.cpp:130
Class
RelationalComparator
doctest/doctest.h:1766
Class
RelationalComparator
doctest/parts/public/assert/comparator.h:93
Class
S
tests/regression/test.786.cpp:5
Class
ScopedElement
doctest/doctest.h:5201
next →
1–100 of 277, ranked by callers