Placeholder substation reworked

This commit is contained in:
michael starke
2014-02-15 18:35:13 +01:00
parent f634ed09d0
commit edd2d89d30
17 changed files with 35 additions and 212 deletions

View File

@@ -1,14 +0,0 @@
//
// KPKHashedDataTest.h
// MacPass
//
// Created by Michael Starke on 08.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKHashedDataTest : SenTestCase
@end

View File

@@ -1,16 +0,0 @@
//
// KPKIconLoading.h
// MacPass
//
// Created by Michael Starke on 20.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKIconLoading : SenTestCase {
NSImage *_image;
NSData *_imageData;
}
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTestHexColor.h
// MacPass
//
// Created by Michael Starke on 05.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestHexColor : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTestKeyfileParsing.h
// MacPass
//
// Created by Michael Starke on 13.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestKeyfileParsing : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTreeLoadingTest.h
// MacPass
//
// Created by Michael Starke on 20.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestLegacyLoading : SenTestCase
@end

View File

@@ -1,14 +0,0 @@
//
// KPKLegacyWritingTest.h
// MacPass
//
// Created by Michael Starke on 02.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@class KPKCompositeKey;
@interface KPKTestLegacyWriting : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTestNSCopying.h
// MacPass
//
// Created by Michael Starke on 31.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestNSCoding : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTestNSCopying.h
// MacPass
//
// Created by Michael Starke on 31.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestNSCopying : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTextPlaceholder.h
// MacPass
//
// Created by Michael Starke on 15.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTextPlaceholder : SenTestCase
@end

View File

@@ -0,0 +1,34 @@
//
// KPKTestReference.m
// MacPass
//
// Created by Michael Starke on 15.02.14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface KPKTestReference : XCTestCase
@end
@implementation KPKTestReference
- (void)setUp
{
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end

View File

@@ -1,18 +0,0 @@
//
// KPKXmlLoadingTest.h
// MacPass
//
// Created by Michael Starke on 23.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@class KPKCompositeKey;
@interface KPKTestXmlLoading : SenTestCase {
@private
NSData *_data;
KPKCompositeKey *_password;
}
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTestXmlParsing.h
// MacPass
//
// Created by Michael Starke on 03.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestXmlParsing : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// KPKTestXmlWriting.h
// MacPass
//
// Created by Michael Starke on 20.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface KPKTestXmlWriting : SenTestCase
@end

View File

@@ -1,15 +0,0 @@
//
// MPDatabaseCreation.h
// MacPass
//
// Created by Michael Starke on 10.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface MPDatabaseCreation : SenTestCase
@end

View File

@@ -1,13 +0,0 @@
//
// MPDatabaseLoadingTest.h
// MacPass
//
// Created by Michael Starke on 10.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface MPDatabaseLoading : SenTestCase
@end

View File

@@ -1,17 +0,0 @@
//
// MPDatabasePasswordAndKeyfile.h
// MacPass
//
// Created by Michael Starke on 11.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@class MPDocument;
@interface MPDatabasePasswordAndKeyfile : SenTestCase {
MPDocument *_database;
}
@end