文件名称:Spek:Swift Swift中的功能构建器BDD测试框架
文件大小:2.56MB
文件格式:ZIP
更新时间:2024-04-01 12:42:33
swift builder test bdd function
斯派克 :red_heart: 支持我的应用 :red_heart: :red_heart: :red_heart: :smiling_face_with_halo: :smiling_face_with_heart-eyes: :sign_of_the_horns: :red_heart: :red_heart: Spek是一个轻量级函数构建器样式的行为驱动开发框架,旨在与XCTest一起使用 用法 :warning: 在使用任何测试框架之前,您需要确保测试目标中有XCTest框架。 import XCTest @testable import Spek final class SpekTests : XCTestCase { func testExample () { var left = 1 var right = 1 spec { Describe ( " math " ) { BeforeEach { l
【文件预览】:
Spek-master
----.gitignore(52B)
----Screenshots()
--------s1.png(2.61MB)
--------logo.png(15KB)
----Sources()
--------SpekHelper()
--------Spek()
----Spek.xcodeproj()
--------SpekTests_Info.plist(723B)
--------xcshareddata()
--------Spek_Info.plist(723B)
--------project.xcworkspace()
--------GeneratedModuleMap()
--------SpekHelper_Info.plist(723B)
--------project.pbxproj(25KB)
----Example()
--------TestApp()
----.swiftpm()
--------xcode()
----LICENSE.md(1KB)
----.github()
--------FUNDING.yml(644B)
----README.md(4KB)
----Package.swift(978B)
----Tests()
--------LinuxMain.swift(110B)
--------SpekTests()