2024-10-04 20:43:37 +02:00
|
|
|
//
|
2024-10-04 20:02:48 +00:00
|
|
|
// UnitTests.swift
|
|
|
|
// UnitTests
|
2024-10-04 20:43:37 +02:00
|
|
|
//
|
|
|
|
// Created by Javier Cicchelli on 04/10/2024.
|
2024-10-04 20:02:48 +00:00
|
|
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
2024-10-04 20:43:37 +02:00
|
|
|
//
|
|
|
|
|
|
|
|
import Testing
|
|
|
|
|
2024-10-04 20:02:48 +00:00
|
|
|
struct UnitTests {
|
2024-10-04 20:43:37 +02:00
|
|
|
|
|
|
|
@Test func example() async throws {
|
|
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|