Skip to content

Commit df86045

Browse files
committed
Add a couple of missing test stub files
1 parent 911e907 commit df86045

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// OperationTests.swift
3+
//
4+
//
5+
// Created by Mathew Polzin on 12/29/19.
6+
//
7+
8+
import XCTest
9+
import OpenAPIKit
10+
11+
final class OperationTests: XCTestCase {
12+
// TODO: write tests
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// ParameterTests.swift
3+
//
4+
//
5+
// Created by Mathew Polzin on 12/29/19.
6+
//
7+
8+
import XCTest
9+
import OpenAPIKit
10+
11+
final class ParameterTests: XCTestCase {
12+
// TODO: write tests
13+
}

0 commit comments

Comments
 (0)