MCPcopy Create free account
hub / github.com/defold/defold / TEST

Function TEST

engine/dlib/src/test/test_csharp.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28extern "C" int csRunTestsConfigFile(HConfigFile config);
29
30TEST(CSharp, Hash)
31{
32 ASSERT_EQ(0, csRunTestsHash());
33 ASSERT_EQ(dmHashString64("Hello World!"), csHashString64("Hello World!"));
34}
35
36static const char* CONFIG_BUFFER=
37"[test]\n"

Callers

nothing calls this directly

Calls 5

LoadFromBufferFunction · 0.50
GetIntFunction · 0.50
GetFloatFunction · 0.50
GetStringFunction · 0.50
DeleteFunction · 0.50

Tested by

no test coverage detected