MCPcopy Create free account
hub / github.com/Cantera/cantera / TEST

Function TEST

test/clib_generated/test_ctfunc.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12TEST(ctfunc, invalid)
13{
14 // exceptions return -1
15 ASSERT_EQ(func1_newBasic("spam", 0.), -2);
16 ASSERT_EQ(func1_newAdvanced("eggs", 0, NULL), -2);
17}
18
19TEST(ctfunc, sin)
20{

Callers

nothing calls this directly

Calls 3

newFunc1Function · 0.85
sizeMethod · 0.45
evalMethod · 0.45

Tested by

no test coverage detected