summaryrefslogtreecommitdiff
path: root/render-test/ios/iosTestRunner.h
blob: 7dc2e24ef568b348e4af6f751736ef3b2d51b505 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <Foundation/Foundation.h>

__attribute__((visibility ("default")))
@interface IosTestRunner : NSObject

- (NSString*) getStyleResultPath;
- (NSString*) getMetricResultPath;
- (NSString*) getMetricPath;
- (BOOL) getTestStatus;

@end