Using private umbreall header for KeePassKit tests

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-10-28 11:40:23 +01:00
parent 27347e0bd8
commit cb3663f867
21 changed files with 30 additions and 52 deletions

View File

@@ -8,8 +8,7 @@
#import <XCTest/XCTest.h>
#import "NSData+HashedData.h"
#import "NSData+Random.h"
#import "KeePassKit.h"
@interface KPKHashedDataTest : XCTestCase

View File

@@ -8,7 +8,7 @@
#import <XCTest/XCTest.h>
#import "KPKIcon.h"
#import "KeePassKit.h"
@interface KPKIconLoading : XCTestCase {
NSImage *_image;

View File

@@ -8,7 +8,7 @@
#import <XCTest/XCTest.h>
#import "NSString+Commands.h"
#import "KeePassKit.h"
@interface KPKTestAutotype : XCTestCase
@end

View File

@@ -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;

View File

@@ -8,8 +8,7 @@
#import <XCTest/XCTest.h>
#import "NSColor+KeePassKit.h"
#import "KeePassKit.h"
@interface KPKTestHexColor : XCTestCase

View File

@@ -7,7 +7,8 @@
//
#import <XCTest/XCTest.h>
#import "NSData+Keyfile.h"
#import "KeePassKit.h"
@interface KPKTestKeyfileParsing : XCTestCase

View File

@@ -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

View File

@@ -8,8 +8,7 @@
#import <XCTest/XCTest.h>
#import "KPKCompositeKey.h"
#import "KPKTree+Serializing.h"
#import "KeePassKit.h"
@interface KPKTestLegacyWriting : XCTestCase

View File

@@ -9,8 +9,7 @@
#import <XCTest/XCTest.h>
#import "KeePassKit.h"
#import "KPKEntry+Private.h"
#import "KeePassKit+Private.h"
@interface KPKTestModificationDates : XCTestCase

View File

@@ -7,9 +7,8 @@
//
#import <XCTest/XCTest.h>
#import "KPKEntry.h"
#import "KPKAttribute.h"
#import "KPKFormat.h"
#import "KeePassKit.h"
NSUInteger const _kKPKEntryCount = 1000;

View File

@@ -7,10 +7,8 @@
//
#import <XCTest/XCTest.h>
#import "KPKEntry.h"
#import "KPKAttribute.h"
#import "NSString+Commands.h"
#import "KeePassKit.h"
@interface KPKTextPlaceholder : XCTestCase

View File

@@ -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;

View File

@@ -7,7 +7,9 @@
//
#import <XCTest/XCTest.h>
#import "NSUUID+KeePassKit.h"
#import "KeePassKit.h"
@interface KPKTestUUIDAdditions : XCTestCase
@end

View File

@@ -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;

View File

@@ -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 {

View File

@@ -9,8 +9,8 @@
#import <XCTest/XCTest.h>
#import "KPKXmlTreeReader.h"
#import "KPKErrors.h"
#import "KeePassKit.h"
#import "KeePassKit+Private.h"
#import "DDXMLDocument.h"

View File

@@ -7,8 +7,9 @@
//
#import <XCTest/XCTest.h>
#import "KPKCompositeKey.h"
#import "KPKTree+Serializing.h"
#import "KeePassKit.h"
@interface KPKTestXmlWriting : XCTestCase

View File

@@ -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