| 206 | } |
| 207 | |
| 208 | void tst_executor::getDefaultKeyTemplate() { |
| 209 | QString templateStr = Pass::getDefaultKeyTemplate(); |
| 210 | QVERIFY2(!templateStr.isEmpty(), "Default key template should not be empty"); |
| 211 | QVERIFY2(templateStr.contains("Key-Type"), |
| 212 | "Template should contain Key-Type"); |
| 213 | } |
| 214 | |
| 215 | void tst_executor::executeBlockingGpgKillAgent() { |
| 216 | #ifndef Q_OS_WIN |
nothing calls this directly
no outgoing calls
no test coverage detected