Lines Matching full:self
57 NSString *str = [NSString stringWithFormat:@"<NSError domain %@, code %d", [self domain], [self code]];
60 if ((failingURL = [[self userInfo] objectForKey:@"NSErrorFailingURLKey"]))
74 if (![self isFileURL])
75 return [self absoluteString];
83 return [[self path] substringFromIndex:[basePath length] + 1];
93 if ([self isKindOfClass:[NSHTTPURLResponse class]])
94 statusCode = [(NSHTTPURLResponse *)self statusCode];
95 return [NSString stringWithFormat:@"<NSURLResponse %@, http status code %i>", [[self URL] _drt_descriptionSuitableForTestResult], statusCode];
104 NSString *httpMethod = [self HTTPMethod];
107 return [NSString stringWithFormat:@"<NSURLRequest URL %@, main document URL %@, http method %@>", [[self URL] _drt_descriptionSuitableForTestResult], [[self mainDocumentURL] _drt_descriptionSuitableForTestResult], httpMethod];