Expose test_resetWithConfiguration: for testing purposes (#1175)

This makes it easier to write tests for specific configurations.
This commit is contained in:
Michael Schneider 2018-10-19 07:39:45 -07:00 committed by GitHub
parent e6964d1ade
commit 2f3c0b42e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -35,6 +35,9 @@ AS_SUBCLASSING_RESTRICTED
* Just use ASActivateExperimentalFeature to access this efficiently.
*/
/* Exposed for testing purposes only */
+ (void)test_resetWithConfiguration:(nullable ASConfiguration *)configuration;
@end
NS_ASSUME_NONNULL_END

View File

@ -23,10 +23,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface ASConfigurationManager (Testing)
+ (void)test_resetWithConfiguration:(nullable ASConfiguration *)configuration;
@end
NS_ASSUME_NONNULL_END