This commit is contained in:
Jae Lim 2017-01-20 14:18:11 -08:00
Родитель 4b46345fd1
Коммит 7fb9457fb1
7 изменённых файлов: 0 добавлений и 19 удалений

Просмотреть файл

@ -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