AVRSack/AVRsackTests/AVRsackTests.swift

37 lines
906 B
Swift
Raw Normal View History

2014-11-15 03:39:10 +00:00
//
// AVRsackTests.swift
// AVRsackTests
//
// Created by Matthias Neeracher on 11/15/14.
// Copyright (c) 2014 Aere Perennius. All rights reserved.
//
import Cocoa
import XCTest
class AVRsackTests: 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.
XCTAssert(true, "Pass")
}
func testPerformanceExample() {
// This is an example of a performance test case.
2016-11-13 11:03:51 +00:00
self.measure() {
2014-11-15 03:39:10 +00:00
// Put the code you want to measure the time of here.
}
}
}