You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@property(nonatomic, getter=isRecordingEnabled) BOOL recordingEnabled; // Creates files in the current directory containing the raw data for all requests and responses (directory most NOT contain prior recordings)
116
-
- (NSInteger)runTestsInDirectory:(NSString*)pathwithPort:(NSUInteger)port; // Returns number of failed tests or -1 if server failed to start
117
+
- (NSInteger)runTestsWithOptions:(NSDictionary*)optionsinDirectory:(NSString*)path; // Returns number of failed tests or -1 if server failed to start
0 commit comments