Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
TEST(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
19
TEST(ctfunc, sin)
20
{
Callers
nothing calls this directly
Calls
3
newFunc1
Function · 0.85
size
Method · 0.45
eval
Method · 0.45
Tested by
no test coverage detected