Sha256: 4626b91be3420994c1a1f7044b81ce0a8f0d575aa9d1b82061fb387abe72d508

Contents?: true

Size: 986 Bytes

Versions: 2

Compression:

Stored size: 986 Bytes

Contents

//
//  CakeManiaTests.swift
//  CakeManiaTests
//
//  Created by Maxim Khatskevich on 11/25/16.
//  Copyright © 2016 CakeMania Inc. All rights reserved.
//

import XCTest
@testable import CakeMania

class CakeManiaTests: XCTestCase {
    
    override func setUp() {
        super.setUp()
        // Put setup code here. This method is called before the invocation of each test method in the class.
    }
    
    override func tearDown() {
        // Put teardown code here. This method is called after the invocation of each test method in the class.
        super.tearDown()
    }
    
    func testExample() {
        // This is an example of a functional test case.
        // Use XCTAssert and related functions to verify your tests produce the correct results.
    }
    
    func testPerformanceExample() {
        // This is an example of a performance test case.
        self.measure {
            // Put the code you want to measure the time of here.
        }
    }
    
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcake-0.8.3 example/app/CakeMania/Tst/Main.swift
xcake-0.8.1 example/app/CakeMania/Tst/Main.swift