X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/90dc47c27df1983f6ebc252b0c4b94c8718fe52d..79b9da22a1f4b26279940d285c1bc28ce4e99252:/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h diff --git a/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h b/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h new file mode 100644 index 00000000..65847325 --- /dev/null +++ b/MultiDeviceSimulator/MultiDeviceSimulatorTests/MultiDeviceNetworking.h @@ -0,0 +1,24 @@ +// +// MultiDeviceNetworking.h +// Security +// + +#import +#import + +@interface MDNCounters : NSObject +//- (NSDictionary *)summary; +@end + +@interface MultiDeviceNetworking : NSObject +- (instancetype)init; +- (NSXPCListenerEndpoint *)endpoint; +- (void)dumpKVSState; +- (void)dumpCounters; +- (void)disconnectAll; + +- (void)setTestExpectation:(XCTestExpectation *)expectation forKey:(NSString *)key; +- (void)fulfill:(NSString *)key; +- (void)clearTestExpectations; + +@end