Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ TEST
Function
TEST
engine/jni/src/test/test_jni.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"jni/jni_util.h"
21
22
TEST(JNI, TestException)
23
{
24
ASSERT_DEATH( dmJNI::TestSignalFromString(
"SIGSEGV"
),
"Testing exception"
);
25
}
26
27
TEST(JNI, Callstack)
28
{
Callers
nothing calls this directly
Calls
3
ASSERT_DEATH
Function · 0.85
TestSignalFromString
Function · 0.85
GenerateCallstack
Function · 0.50
Tested by
no test coverage detected