MCPcopy Create free account
hub / github.com/SFML/SFML / runDisplayTests

Function runDisplayTests

test/TestUtilities/WindowUtil.cpp:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9std::string runDisplayTests()
10{
11#ifdef SFML_RUN_DISPLAY_TESTS
12 return "";
13#else
14 // https://github.com/catchorg/Catch2/blob/devel/docs/test-cases-and-sections.md#special-tags
15 // This tag tells Catch2 to not run a given TEST_CASE
16 return "[.display]";
17#endif
18}
19
20namespace sf
21{

Callers 15

VideoMode.test.cppFile · 0.85
Keyboard.test.cppFile · 0.85
Window.test.cppFile · 0.85
Clipboard.test.cppFile · 0.85
Mouse.test.cppFile · 0.85
Cursor.test.cppFile · 0.85
Context.test.cppFile · 0.85
Drawable.test.cppFile · 0.85
Text.test.cppFile · 0.85
Render.test.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected