MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / TestCase

Method TestCase

test/core/test_fnmatch.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class TestCase {
17public:
18 TestCase(const string& pattern, const string& testString, int flags, int expected) :
19 pattern(pattern),
20 testString(testString),
21 flags(flags),
22 expected(expected)
23 {}
24 string pattern;
25 string testString;
26 int flags;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected