CryptoTests.swift 193 B

12345678910111213
  1. import XCTest
  2. @testable import Crypto
  3. final class CryptoTests: XCTestCase {
  4. func testExample() {
  5. }
  6. static var allTests = [
  7. ("testExample", testExample),
  8. ]
  9. }