JSQMessagesViewController/SwiftExample/SwiftExampleTests/SwiftExampleTests.swift
Dan Leonard aecb14f9b7 Swift example working (#1572)
* Initial Commit of Swift Implantation of JSQMessagesViewController. Project only as per @jessesquires request of doing small pull requests.

* adding test

* Add Icon

* Adding viewControllers to let you actually see JSQ in action in swift.
2016-05-11 22:48:14 -07:00

36 lines
960 B
Swift

//
// SwiftExampleTests.swift
// SwiftExampleTests
//
// Created by Dan Leonard on 5/9/16.
// Copyright © 2016 MacMeDan. All rights reserved.
//
import XCTest
class SwiftExampleTests: 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.measureBlock {
// Put the code you want to measure the time of here.
}
}
}