Optimize imports in test
This commit is contained in:
Родитель
4b46345fd1
Коммит
7fb9457fb1
|
@ -1,10 +1,8 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <OCMock/OCMock.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "MSChannelConfiguration.h"
|
||||
#import "MSConstants+Internal.h"
|
||||
|
||||
@interface MSChannelConfigurationTests : XCTestCase
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
#import "MSDeviceTracker.h"
|
||||
#import "MSDeviceTrackerPrivate.h"
|
||||
#import "MSWrapperSdkPrivate.h"
|
||||
#import <CoreTelephony/CTCarrier.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <OCMock/OCMock.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
|
|
@ -7,18 +7,14 @@
|
|||
#import "MSHttpSender.h"
|
||||
#import "MSHttpSenderPrivate.h"
|
||||
#import "MSHttpTestUtil.h"
|
||||
#import "MSLogContainer.h"
|
||||
#import "MSMobileCenterErrors.h"
|
||||
#import "MSMockLog.h"
|
||||
#import "MSRetriableCall.h"
|
||||
#import "MSRetriableCallPrivate.h"
|
||||
#import "MSSenderDelegate.h"
|
||||
#import "MS_Reachability.h"
|
||||
#import "MobileCenter+Internal.h"
|
||||
|
||||
#import "OCMock.h"
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <OHHTTPStubs/OHHTTPStubs.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
static NSTimeInterval const kMSTestTimeout = 5.0;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#import "MSMobileCenter.h"
|
||||
#import "MSMobileCenterInternal.h"
|
||||
#import "MSMobileCenterPrivate.h"
|
||||
#import "MSUtil.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
|
|
|
@ -4,14 +4,8 @@
|
|||
#import "MSMobileCenter.h"
|
||||
#import "MSMobileCenterInternal.h"
|
||||
#import "MSMobileCenterPrivate.h"
|
||||
#import "MSServiceAbstract.h"
|
||||
#import "MSServiceAbstractInternal.h"
|
||||
#import "MSServiceAbstractPrivate.h"
|
||||
#import "MSServiceAbstractProtected.h"
|
||||
#import "MSServiceCommon.h"
|
||||
#import "MSUserDefaults.h"
|
||||
#import "MSUtil.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <OCMock/OCMock.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <OCMock/OCMock.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "MSFile.h"
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
#import "MSUtil.h"
|
||||
#import "MSUtilPrivate.h"
|
||||
#import "OCMock.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface MSUtilTests : XCTestCase
|
||||
|
|
Загрузка…
Ссылка в новой задаче