Files
HTMLKit/HTMLKitTests/HTMLKitTests.h
T
2014-10-26 01:59:52 +02:00

16 lines
307 B
Objective-C

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