MCPcopy Create free account
hub / github.com/IJHack/QtPass / getDefaultKeyTemplate

Method getDefaultKeyTemplate

tests/auto/executor/tst_executor.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void 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
215void tst_executor::executeBlockingGpgKillAgent() {
216#ifndef Q_OS_WIN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected