mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
Using private umbreall header for KeePassKit tests
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSData+HashedData.h"
|
||||
#import "NSData+Random.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKHashedDataTest : XCTestCase
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKIcon.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKIconLoading : XCTestCase {
|
||||
NSImage *_image;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestAutotype : XCTestCase
|
||||
@end
|
||||
|
||||
@@ -6,13 +6,9 @@
|
||||
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKTree.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAutotype.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestEntryLookup : XCTestCase
|
||||
@property (strong) KPKTree *tree;
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSColor+KeePassKit.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestHexColor : XCTestCase
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "NSData+Keyfile.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestKeyfileParsing : XCTestCase
|
||||
|
||||
|
||||
@@ -9,12 +9,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKTree+Serializing.h"
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKMetaData.h"
|
||||
#import "KPKIcon.h"
|
||||
|
||||
#import "KPKErrors.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestLegacyLoading : XCTestCase
|
||||
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKTree+Serializing.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestLegacyWriting : XCTestCase
|
||||
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KeePassKit.h"
|
||||
#import "KPKEntry+Private.h"
|
||||
|
||||
#import "KeePassKit+Private.h"
|
||||
|
||||
@interface KPKTestModificationDates : XCTestCase
|
||||
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAttribute.h"
|
||||
#import "KPKFormat.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
NSUInteger const _kKPKEntryCount = 1000;
|
||||
|
||||
|
||||
@@ -7,10 +7,8 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAttribute.h"
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
|
||||
@interface KPKTextPlaceholder : XCTestCase
|
||||
|
||||
@@ -8,12 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKAttribute.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KPKTree.h"
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestReference : XCTestCase
|
||||
@property (strong) KPKTree *tree;
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "NSUUID+KeePassKit.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestUUIDAdditions : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@@ -6,13 +6,10 @@
|
||||
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKTree.h"
|
||||
#import "KPKNode+Private.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KeePassKit.h"
|
||||
#import "KeePassKit+Private.h"
|
||||
|
||||
@interface KPKTestUndo : XCTestCase <KPKTreeDelegate> {
|
||||
NSUndoManager *_undoManager;
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKTree+Serializing.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
|
||||
@interface KPKTestXmlLoading : XCTestCase {
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKXmlTreeReader.h"
|
||||
#import "KPKErrors.h"
|
||||
#import "KeePassKit.h"
|
||||
#import "KeePassKit+Private.h"
|
||||
|
||||
#import "DDXMLDocument.h"
|
||||
|
||||
|
||||
@@ -7,8 +7,9 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKTree+Serializing.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
|
||||
@interface KPKTestXmlWriting : XCTestCase
|
||||
|
||||
|
||||
@@ -6,10 +6,9 @@
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSString+XMLUtilities.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTextXMLUtilities : XCTestCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user