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

Class ErrorRunningTestException

Source/Falcor/Testing/UnitTest.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65{};
66
67class ErrorRunningTestException : public Exception
68{
69public:
70 ErrorRunningTestException(const std::string& what) : Exception(what) {}
71};
72
73/// Intentionally not using Falcor::Exception to avoid printing the stack trace
74class AssertingTestException : public std::runtime_error

Callers 3

readBufferFunction · 0.85
runProgramMethod · 0.85

Calls

no outgoing calls

Tested by 3

readBufferFunction · 0.68
runProgramMethod · 0.68