splash/Tests/SplashTests/Core/TestClosure.swift
2018-08-24 18:42:07 +02:00

11 lines
186 B
Swift

/**
* Splash
* Copyright (c) John Sundell 2018
* MIT license - see LICENSE.md
*/
import Foundation
import XCTest
typealias TestClosure<T: XCTestCase> = (T) -> () throws -> Void