We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b421bc5 commit 074cdc0Copy full SHA for 074cdc0
1 file changed
tests/test_detector.cpp
@@ -68,6 +68,15 @@ private slots:
68
QVERIFY(info.name.isEmpty());
69
}
70
71
+
72
+ // verificationReport() her durumda metin döndürmeli
73
+ void testVerificationReport() {
74
+ NvidiaDetector detector;
75
+ detector.refresh();
76
+ const QString report = detector.verificationReport();
77
+ QVERIFY(!report.isEmpty());
78
+ QVERIFY(report.contains(QStringLiteral("Secure Boot")));
79
+ }
80
};
81
82
QTEST_MAIN(TestDetector)
0 commit comments