Files
waf-platform/HttpDNSSDK/sdk/ios/NewHttpDNSTests/Network/HttpdnsNWHTTPClientTestBase.h

25 lines
565 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// HttpdnsNWHTTPClientTestBase.h
// TrustHttpDNSTests
//
// @author Created by Claude Code on 2025-11-01
// Copyright © 2025 trustapp.com. All rights reserved.
//
// 测试基类 - 为所æœ?HttpdnsNWHTTPClient æµè¯•æ<E280A2><C3A6>ä¾å…±äº«çš?setup/teardown
//
#import <XCTest/XCTest.h>
#import "HttpdnsNWHTTPClient.h"
#import "HttpdnsNWHTTPClient_Internal.h"
#import "HttpdnsNWReusableConnection.h"
NS_ASSUME_NONNULL_BEGIN
@interface HttpdnsNWHTTPClientTestBase : XCTestCase
@property (nonatomic, strong) HttpdnsNWHTTPClient *client;
@end
NS_ASSUME_NONNULL_END