diff options
Diffstat (limited to 'SmartDeviceLinkTests/TestUtilities/SDLSpecUtilities.h')
-rw-r--r-- | SmartDeviceLinkTests/TestUtilities/SDLSpecUtilities.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/SmartDeviceLinkTests/TestUtilities/SDLSpecUtilities.h b/SmartDeviceLinkTests/TestUtilities/SDLSpecUtilities.h new file mode 100644 index 000000000..a42c2b561 --- /dev/null +++ b/SmartDeviceLinkTests/TestUtilities/SDLSpecUtilities.h @@ -0,0 +1,20 @@ +// +// SDLSpecUtilities.h +// SmartDeviceLinkTests +// +// Created by Joel Fischer on 2/8/18. +// Copyright © 2018 smartdevicelink. All rights reserved. +// + +#import <Foundation/Foundation.h> + +#import "NSNumber+NumberType.h" + +@class SDLAddCommandResponse; +@class TestResponse; + +@interface SDLSpecUtilities : NSObject + ++ (TestResponse *)addCommandRPCResponseWithCorrelationId:(NSNumber<SDLInt> *)correlationId; + +@end |