Move font helpers to RCTFont

Reviewed By: majak

Differential Revision: D3662804

fbshipit-source-id: 2c03a094a74c617c0d6172e327bd77d23d0d44c2
This commit is contained in:
Pieter De Baets
2016-08-05 12:29:19 -07:00
committed by Facebook Github Bot 2
parent e30327cb13
commit c5a44b7ca3
12 changed files with 302 additions and 241 deletions

View File

@@ -14,13 +14,13 @@
#import <XCTest/XCTest.h>
#import "RCTConvert.h"
#import "RCTFont.h"
@interface RCTConvert_UIFontTests : XCTestCase
@interface RCTFontTests : XCTestCase
@end
@implementation RCTConvert_UIFontTests
@implementation RCTFontTests
#define RCTAssertEqualFonts(font1, font2) { \
XCTAssertEqualObjects(font1, font2); \