MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / testControllerPath

Method testControllerPath

tests/teststaticcompressed.cpp:358–362  ·  view source on GitHub ↗

* @internal * Test if we still reach normal controllers */

Source from the content-addressed store, hash-verified

356 * Test if we still reach normal controllers
357 */
358void TestStaticCompressed::testControllerPath()
359{
360 const auto resp = getFile(u"/test/controller/hello"_s);
361 QCOMPARE(resp.statusCode, Response::OK);
362}
363
364QTEST_MAIN(TestStaticCompressed)
365

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected