MCPcopy Create free account
hub / github.com/cpputest/cpputest / IEEE754ExceptionsPlugin

Method IEEE754ExceptionsPlugin

src/CppUTestExt/IEEE754ExceptionsPlugin.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39bool IEEE754ExceptionsPlugin::inexactDisabled_ = true;
40
41IEEE754ExceptionsPlugin::IEEE754ExceptionsPlugin(const SimpleString& name)
42 : TestPlugin(name)
43{
44}
45
46void IEEE754ExceptionsPlugin::preTestAction(UtestShell&, TestResult&)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected