spiegel-keyman/mac/KeymanEngine4Mac/KeymanEngine4MacTests/CoreTestStaticHelperMethods.h
2023-03-21 08:41:41 +07:00

29 lines
611 B
Objective-C

/*
* Keyman is copyright (C) SIL International. MIT License.
*
* CoreTestStaticHelperMethods.h
* CoreWrapperTests
*
* Created by Shawn Schantz on 2023-02-21.
*
* Description...
*/
#import <Foundation/Foundation.h>
#import "CoreHelper.h"
NS_ASSUME_NONNULL_BEGIN
@interface CoreTestStaticHelperMethods : NSObject
+ (CoreHelper *)helper;
+ (NSString *)getKmxFilePathTestMacEngine;
+ (NSString *)getKmxFilePathForPlatformTest;
+ (NSString *)getKmxFilePathForCipherMusicTests;
+ (NSString *)getKmxFilePathForSilIpaTests;
+ (NSString *)getKmxFilePathForIndexOffsetTests;
@end
NS_ASSUME_NONNULL_END