fjbelchi/clean-iOS-architecture-generator

View on GitHub
Demo/iOSCleanArchitectureGenerator/iOSCleanArchitectureGeneratorTests/iOSCleanArchitectureGeneratorTests.m

Summary

Maintainability
Test Coverage
//
//  iOSCleanArchitectureGeneratorTests.m
//  iOSCleanArchitectureGeneratorTests
//
//  Created by Fran_DEV on 29/12/14.
//  Copyright (c) 2014 fjbelchi. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>

@interface iOSCleanArchitectureGeneratorTests : XCTestCase

@end

@implementation iOSCleanArchitectureGeneratorTests

- (void)setUp {
    [super setUp];
    // Put setup code here. This method is called before the invocation of each test method in the class.
}

- (void)tearDown {
    // Put teardown code here. This method is called after the invocation of each test method in the class.
    [super tearDown];
}

- (void)testExample {
    // This is an example of a functional test case.
    XCTAssert(YES, @"Pass");
}

- (void)testPerformanceExample {
    // This is an example of a performance test case.
    [self measureBlock:^{
        // Put the code you want to measure the time of here.
    }];
}

@end