Add common test case class

This commit is contained in:
iska
2014-10-26 01:59:52 +02:00
parent f96c69c6f7
commit 8088d239df
3 changed files with 34 additions and 53 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// HTMLKitTests.h
// HTMLKit
//
// Created by Iska on 25/10/14.
// Copyright (c) 2014 BrainCookie. All rights reserved.
//
#import <XCTest/XCTest.h>
#import "HTML5LibTest.h"
@interface HTMLKitTests : XCTestCase
- (NSArray *)loadTests:(NSString *)testsFile forComponent:(NSString *)component;
@end