Create new UrlTools class

Includes "Fix ifdefs with UrlTools"
This commit is contained in:
Jonathan White 2024-01-11 11:13:55 -05:00
parent 416581b179
commit 1cbbcff259
15 changed files with 420 additions and 234 deletions

View file

@ -37,8 +37,6 @@ private slots:
void testGetBase64FromKey();
void testIncrementNonce();
void testBuildResponse();
void testTopLevelDomain();
void testIsIpAddress();
void testSortPriority();
void testSortPriority_data();
void testSearchEntries();
@ -49,10 +47,8 @@ private slots:
void testSearchEntriesWithAdditionalURLs();
void testInvalidEntries();
void testSubdomainsAndPaths();
void testValidURLs();
void testBestMatchingCredentials();
void testBestMatchingWithAdditionalURLs();
void testIsUrlIdentical();
private:
QList<Entry*> createEntries(QStringList& urls, Group* root) const;