Skip to content

Commit b4da549

Browse files
author
Mccc
committed
新增测试用例
1 parent fc12002 commit b4da549

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Tests/Example.swift

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import XCTest
2+
import SmartCodable
3+
4+
5+
6+
7+
class Tests: XCTestCase {
8+
9+
override func setUp() {
10+
super.setUp()
11+
12+
}
13+
14+
override func tearDown() {
15+
super.tearDown()
16+
}
17+
18+
19+
func testBase() {
20+
}
21+
22+
}
23+
24+
25+
26+
27+
28+
29+
// SmartCodable
30+
struct Smart: SmartCodable {
31+
var name: String?
32+
33+
34+

0 commit comments

Comments
 (0)