Move test files into HTMLKitTests subfolder Swift Package Manager

This commit is contained in:
iska
2017-02-25 02:07:02 +01:00
parent 5bb7122d7e
commit f1fd0f3ef6
33 changed files with 46 additions and 46 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// HTMLKitTestUtil.h
// HTMLKit
//
// Created by Iska on 11/04/16.
// Copyright © 2016 BrainCookie. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface HTMLKitTestUtil : NSObject
+ (NSInvocation *)addTestToClass:(Class)cls withName:(NSString *)name block:(id)block;
+ (id)ivarForInstacne:(id)instance name:(NSString *)name;
@end