This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/iOS/Example/Pods/Nimble-Snapshots/XCTestObservationCenter+CurrentTestCaseTracker.m
2019-07-25 19:30:14 +08:00

11 lines
291 B
Objective-C

#import "XCTestObservationCenter+CurrentTestCaseTracker.h"
#import "Nimble_Snapshots/Nimble_Snapshots-Swift.h"
@implementation XCTestObservationCenter (CurrentTestCaseTracker)
+ (void)load {
[[self sharedTestObservationCenter] addTestObserver:[CurrentTestCaseTracker shared]];
}
@end