文件名称:SwiftCheck
介绍说明--下载内容均来自于网络,请自行研究使用
QuickCheck for Swift.
For those already familiar with the Haskell library, check out the source. For everybody else, see the Tutorial Playground for a beginner-level introduction to the major concepts and use-cases of this library.
For those already familiar with the Haskell library, check out the source. For everybody else, see the Tutorial Playground for a beginner-level introduction to the major concepts and use-cases of this library.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SwiftCheck-master
.................\.github
.................\.......\CONTRIBUTING.md
.................\.......\ISSUE_TEMPLATE.md
.................\.......\PULL_REQUEST_TEMPLATE.md
.................\.gitignore
.................\.swift-version
.................\.travis.yml
.................\Cartfile
.................\Cartfile.resolved
.................\LICENSE
.................\Package.swift
.................\README.md
.................\Sources
.................\.......\Arbitrary.swift
.................\.......\Cartesian.swift
.................\.......\Check.swift
.................\.......\CoArbitrary.swift
.................\.......\Compose.swift
.................\.......\Gen.swift
.................\.......\Info.plist
.................\.......\Lattice.swift
.................\.......\Modifiers.swift
.................\.......\Property.swift
.................\.......\Random.swift
.................\.......\Rose.swift
.................\.......\State.swift
.................\.......\SwiftCheck.h
.................\.......\Test.swift
.................\.......\Testable.swift
.................\.......\Witness.swift
.................\.......\WitnessedArbitrary.swift
.................\SwiftCheck.podspec
.................\SwiftCheck.xcodeproj
.................\....................\project.pbxproj
.................\....................\project.xcworkspace
.................\....................\...................\contents.xcworkspacedata
.................\....................\xcshareddata
.................\....................\............\xcschemes
.................\....................\............\.........\SwiftCheck-iOS.xcscheme
.................\....................\............\.........\SwiftCheck-tvOS.xcscheme
.................\....................\............\.........\SwiftCheck.xcscheme
.................\Templates
.................\.........\Cartesian.swift.gyb
.................\.........\CartesianSpec.swift.gyb
.................\Tests
.................\.....\Info.plist
.................\.....\LinuxMain.swift
.................\.....\SwiftCheckTests
.................\.....\...............\BooleanIdentitySpec.swift
.................\.....\...............\CartesianSpec.swift
.................\.....\...............\ComplexSpec.swift
.................\.....\...............\DiscardSpec.swift
.................\.....\...............\FailureSpec.swift
.................\.....\...............\FileCheck.swift
.................\.....\...............\FormatterSpec.swift
.................\.....\...............\GenSpec.swift
.................\.....\...............\LambdaSpec.swift
.................\.....\...............\ModifierSpec.swift
.................\.....\...............\PathSpec.swift
.................\.....\...............\PropertySpec.swift
.................\.....\...............\ReplaySpec.swift
.................\.....\...............\RoseSpec.swift
.................\.....\...............\ShrinkSpec.swift
.................\.....\...............\SimpleSpec.swift
.................\.....\...............\TestSpec.swift
.................\Tutorial.playground
.................\...................\Contents.swift
.................\...................\contents.xcplayground
.................\...................\playground.xcworkspace
.................\...................\......................\contents.xcworkspacedata
.................\Tutorial.xcworkspace
.................\....................\contents.xcworkspacedata
.................\Utilities
.................\.........\compile.sh
.................\.........\gyb
.................\.........\gyb.py