MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / AssertingTestException

Class AssertingTestException

Source/Falcor/Testing/UnitTest.h:74–78  ·  view source on GitHub ↗

Intentionally not using Falcor::Exception to avoid printing the stack trace

Source from the content-addressed store, hash-verified

72
73/// Intentionally not using Falcor::Exception to avoid printing the stack trace
74class AssertingTestException : public std::runtime_error
75{
76public:
77 AssertingTestException(const std::string& what) : std::runtime_error(what.c_str()) {}
78};
79
80/// Intentionally not using Falcor::Exception to avoid printing the stack trace
81class SkippingTestException : public std::runtime_error

Callers 1

createFullMessageFunction · 0.85

Calls

no outgoing calls

Tested by 1

createFullMessageFunction · 0.68