MCPcopy 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
22TEST(JNI, TestException)
23{
24 ASSERT_DEATH( dmJNI::TestSignalFromString("SIGSEGV"), "Testing exception");
25}
26
27TEST(JNI, Callstack)
28{

Callers

nothing calls this directly

Calls 3

ASSERT_DEATHFunction · 0.85
TestSignalFromStringFunction · 0.85
GenerateCallstackFunction · 0.50

Tested by

no test coverage detected