TF-3023 Write widget test for SMimeSignatureStatus icon

This commit is contained in:
dab246
2024-08-05 17:09:05 +07:00
committed by Dat H. Pham
parent 123229fce1
commit 420799b1f3
4 changed files with 287 additions and 3 deletions
@@ -0,0 +1,5 @@
class SMimeSignatureConstant {
static const String GOOD_SIGNATURE = 'Good signature';
static const String BAD_SIGNATURE = 'Bad signature';
}