MCPcopy Create free account
hub / github.com/TeXworks/texworks / ResourcesLibrary_getLibraryPath

Method ResourcesLibrary_getLibraryPath

unit-tests/Utils_test.cpp:663–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void TestUtils::ResourcesLibrary_getLibraryPath()
664{
665 QFETCH(QString, portableLibPath);
666 QFETCH(QString, subdir);
667 QFETCH(QString, result);
668
669 Tw::Utils::ResourcesLibrary::setPortableLibPath(portableLibPath);
670 QCOMPARE(Tw::Utils::ResourcesLibrary::getLibraryPath(subdir, false), result);
671}
672
673void TestUtils::ResourcesLibrary_portableLibPath()
674{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected