/**
 *  Splash
 *  Copyright (c) John Sundell 2018
 *  MIT license - see LICENSE.md
 */

import Foundation
import XCTest

typealias TestClosure<T: XCTestCase> = (T) -> () throws -> Void