Skip to content

Commit

Permalink
Deploy 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g-amichnia committed Oct 13, 2021
1 parent bb5f369 commit 9be5022
Show file tree
Hide file tree
Showing 149 changed files with 3,704 additions and 354 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author: Przemysław Wośko, Andrzej Michnia
author_url: https://girappe.com
module: SwiftyMocky
sourcekitten_sourcefile: docs.json
module_version: 4.1.0-pre
module_version: 4.1.0
github_url: https://github.com/MakeAWishFoundation/SwiftyMocky
copyright: 'Copyright © 2017 MakeAWishFoundation. All rights reserved.'
readme: guides/Overview.md
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXECUTABLE_NAME = swiftymocky
REPO = https://github.com/MakeAWishFoundation/SwiftyMocky
VERSION = 4.1.0-pre
VERSION = 4.1.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(EXECUTABLE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion Mintfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MakeAWishFoundation/[email protected]-pre
MakeAWishFoundation/[email protected]
krzysztofzablocki/[email protected]
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Sourcery (1.6.0)
- SwiftyMocky (4.1.0-pre):
- SwiftyMocky (4.1.0):
- Sourcery (= 1.6.0)

DEPENDENCIES:
Expand All @@ -16,7 +16,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Sourcery: 744f43178637c79bf23127dfe34e2103b3f28499
SwiftyMocky: d2bfe5784500228ee3f3c6dddebe35ef3e1d84e1
SwiftyMocky: 014739247afadb65efb5bb92ede32c22b9365762

PODFILE CHECKSUM: bdcefa827bbd4d82b3bb801ca8e42fd57d9afed5

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Add **SwiftyMocky** to you **Package.swift** dependencies:

```swift
dependencies: [
.package(url: "https://github.com/MakeAWishFoundation/SwiftyMocky", from: "4.1.0-pre"),
.package(url: "https://github.com/MakeAWishFoundation/SwiftyMocky", from: "4.1.0"),
]
```

Expand Down Expand Up @@ -385,15 +385,15 @@ SwiftyMocky is available under the MIT license. See the [LICENSE][link-license]

<!-- Links based on tag -->

[link-docs]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0-pre/docs/index.html
[link-docs-features]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0-pre/docs/supported-features.html
[link-docs-installation]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0-pre/docs/installation.html
[link-docs-installation-carthage]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0-pre/docs/installation.html#installation-carthage
[link-docs-setup]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0-pre/docs/setup-in-project.html
[link-docs]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0/docs/index.html
[link-docs-features]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0/docs/supported-features.html
[link-docs-installation]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0/docs/installation.html
[link-docs-installation-carthage]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0/docs/installation.html#installation-carthage
[link-docs-setup]: https://cdn.rawgit.com/MakeAWishFoundation/SwiftyMocky/4.1.0/docs/setup-in-project.html

<!-- Assets -->

[logo]: https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/4.1.0-pre/icon.png
[logo]: https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/4.1.0/icon.png
[example-watcher]: https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/guides/assets/example-watcher.gif "Example - generation"
[example-given]: https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/guides/assets/example-given.gif "Example - given"
[example-verify]: https://raw.githubusercontent.com/MakeAWishFoundation/SwiftyMocky/1.0.0/guides/assets/example-verify.gif "Example - verify"
2 changes: 1 addition & 1 deletion Sources/CLI/Core/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Application {

// MARK: - Properties

public let version = "4.1.0-pre"
public let version = "4.1.0"
public var pwd = Path(ProcessInfo.processInfo.environment["PWD"] ?? "")
public var handle: (Error) -> Void = { error in
switch error {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyMocky/Mock.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0

<%_ for rule in swiftLintRules(argument) { -%>
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyPrototype/Prototype.swifttemplate
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func stringArray(fromArguments arguments: [String: Any], forKey key: String) ->
}
}
_%>
// Generated with SwiftyPrototype 4.1.0-pre
// Generated with SwiftyPrototype 4.1.0
// Required Sourcery: 1.6.0

<%_ for rule in swiftLintRules(argument) { -%>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Runtime/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.1.0-pre</string>
<string>4.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/iOS/Mocks/Mock.15.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT


// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0


Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/iOS/Mocks/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT


// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0


Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/macOS/Mocks/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT


// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0


Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky-Tests/tvOS/Mocks/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT


// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0


Expand Down
2 changes: 1 addition & 1 deletion SwiftyMocky.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyMocky'
s.version = '4.1.0-pre'
s.version = '4.1.0'
s.summary = 'Unit testing library for Swift, with mock generation. Adds a set of handy methods, simplifying testing.'
s.description = <<-DESC
Library that uses metaprogramming technique to generate mocks based on sources, that makes testing for Swift Mockito-like.
Expand Down
16 changes: 12 additions & 4 deletions SwiftyMocky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@
023E5B0925ECD4B400B975CD /* ComposedServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 023E5B0825ECD4B400B975CD /* ComposedServiceTests.swift */; };
023E5B0A25ECD4B400B975CD /* ComposedServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 023E5B0825ECD4B400B975CD /* ComposedServiceTests.swift */; };
023E5B0B25ECD4B400B975CD /* ComposedServiceTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 023E5B0825ECD4B400B975CD /* ComposedServiceTests.swift */; };
136D1FD5B90F87009EDDF350 /* Pods_Mocky_Tests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E649ECF55738052FFD6D124 /* Pods_Mocky_Tests_iOS.framework */; };
1D5310CA3DE7147ACC9E7E26 /* Pods_Mocky_Tests_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64EF60CBE53D81700C87FB82 /* Pods_Mocky_Tests_tvOS.framework */; };
5CB0B098232DC176CC9CACD8 /* Pods_Mocky_Example_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9C9BECF310A1D4EDD384137 /* Pods_Mocky_Example_tvOS.framework */; };
66087FEBDA538F4C138743F2 /* (null) in Frameworks */ = {isa = PBXBuildFile; };
66087FEBDA538F4C138743F2 /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
6921396CE20C5E332DE41D60 /* Pods_Mocky_Example_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5568CBB5C310F46C201A252 /* Pods_Mocky_Example_iOS.framework */; };
6C3186ED22DF613C00746DCC /* ProtocolWithGenericConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3186EC22DF613C00746DCC /* ProtocolWithGenericConstraints.swift */; };
6C3186EE22DF613C00746DCC /* ProtocolWithGenericConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3186EC22DF613C00746DCC /* ProtocolWithGenericConstraints.swift */; };
6C3186EF22DF613C00746DCC /* ProtocolWithGenericConstraints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3186EC22DF613C00746DCC /* ProtocolWithGenericConstraints.swift */; };
6C3186F222DF67D800746DCC /* ProtocolWithGenericConstraintsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3186F122DF67D800746DCC /* ProtocolWithGenericConstraintsTests.swift */; };
6C3186F322DF67D800746DCC /* ProtocolWithGenericConstraintsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3186F122DF67D800746DCC /* ProtocolWithGenericConstraintsTests.swift */; };
6C3186F422DF67D800746DCC /* ProtocolWithGenericConstraintsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3186F122DF67D800746DCC /* ProtocolWithGenericConstraintsTests.swift */; };
7C10E4406673B3B3B7474E2C /* Pods_Mocky_Tests_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94B5EFCCD4E35E7C80D1E560 /* Pods_Mocky_Tests_macOS.framework */; };
BB4F9E470E0BD27A959C97EB /* (null) in Frameworks */ = {isa = PBXBuildFile; };
BB4F9E470E0BD27A959C97EB /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
C81D094D22C0C59800A0427F /* CustomAssertionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81D094C22C0C59800A0427F /* CustomAssertionsTests.swift */; };
C81D094E22C0C59800A0427F /* CustomAssertionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81D094C22C0C59800A0427F /* CustomAssertionsTests.swift */; };
C81D094F22C0C59800A0427F /* CustomAssertionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81D094C22C0C59800A0427F /* CustomAssertionsTests.swift */; };
Expand Down Expand Up @@ -386,6 +388,7 @@
4960EAA67C2E0980248C6B94 /* Pods_Mocky_Example_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Mocky_Example_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5A18BEE608FDDA6D1B72681A /* Pods-Mocky_Example_tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mocky_Example_tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-Mocky_Example_tvOS/Pods-Mocky_Example_tvOS.release.xcconfig"; sourceTree = "<group>"; };
5ABA0D357F98DC923C090E09 /* Pods-Mocky_Tests_iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mocky_Tests_iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-Mocky_Tests_iOS/Pods-Mocky_Tests_iOS.release.xcconfig"; sourceTree = "<group>"; };
5E649ECF55738052FFD6D124 /* Pods_Mocky_Tests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Mocky_Tests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD01AFB9204008FA782 /* Mocky_Example_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mocky_Example_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACE51AFB9204008FA782 /* Mocky_Tests_iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Mocky_Tests_iOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
64EF60CBE53D81700C87FB82 /* Pods_Mocky_Tests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Mocky_Tests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -543,6 +546,7 @@
D8800E89CF0FDD37D5C97682 /* Pods-Mocky_Tests_iOS_15.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mocky_Tests_iOS_15.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Mocky_Tests_iOS_15/Pods-Mocky_Tests_iOS_15.debug.xcconfig"; sourceTree = "<group>"; };
E0F0B024E7EFDB2727CEE125 /* Pods-Mocky_Tests_macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mocky_Tests_macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-Mocky_Tests_macOS/Pods-Mocky_Tests_macOS.release.xcconfig"; sourceTree = "<group>"; };
E467147D1ECEF4D600C7DAB3 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
E5568CBB5C310F46C201A252 /* Pods_Mocky_Example_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Mocky_Example_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E671CB0D6255BBBB2FADDA17 /* Pods-Mocky_Example_macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Mocky_Example_macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Mocky_Example_macOS/Pods-Mocky_Example_macOS.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -567,15 +571,17 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
66087FEBDA538F4C138743F2 /* (null) in Frameworks */,
66087FEBDA538F4C138743F2 /* BuildFile in Frameworks */,
6921396CE20C5E332DE41D60 /* Pods_Mocky_Example_iOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
607FACE21AFB9204008FA782 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BB4F9E470E0BD27A959C97EB /* (null) in Frameworks */,
BB4F9E470E0BD27A959C97EB /* BuildFile in Frameworks */,
136D1FD5B90F87009EDDF350 /* Pods_Mocky_Tests_iOS.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -711,6 +717,8 @@
64EF60CBE53D81700C87FB82 /* Pods_Mocky_Tests_tvOS.framework */,
804A136FF4426600B9404159 /* Pods_Mocky_Example_iOS_15.framework */,
D0183EA4DB760A37EE1C5C98 /* Pods_Mocky_Tests_iOS_15.framework */,
E5568CBB5C310F46C201A252 /* Pods_Mocky_Example_iOS.framework */,
5E649ECF55738052FFD6D124 /* Pods_Mocky_Tests_iOS.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down
2 changes: 1 addition & 1 deletion SwiftyPrototype.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyPrototype'
s.version = '4.1.0-pre'
s.version = '4.1.0'
s.summary = 'Prototyping/Faking library for Swift, with code generation. Auto-generates fakes/prototypes based on protocol definitions.'
s.description = <<-DESC
Library that uses metaprogramming technique to generate fakes/prototypes based on sources, makin it easier to prototype app.
Expand Down
2 changes: 1 addition & 1 deletion Templates/Header-Mock.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0

<%_ for rule in swiftLintRules(argument) { -%>
Expand Down
2 changes: 1 addition & 1 deletion Templates/Header-Prototype.swifttemplate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated with SwiftyPrototype 4.1.0-pre
// Generated with SwiftyPrototype 4.1.0
// Required Sourcery: 1.6.0

<%_ for rule in swiftLintRules(argument) { -%>
Expand Down
2 changes: 1 addition & 1 deletion Tests/SwiftyMockyCLICoreTests/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT


// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0


Expand Down
2 changes: 1 addition & 1 deletion Tests/SwiftyMockyTests/Mock.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT


// Generated with SwiftyMocky 4.1.0-pre
// Generated with SwiftyMocky 4.1.0
// Required Sourcery: 1.6.0


Expand Down
Binary file modified bin/swiftymocky
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/Additional Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Additional Guides Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">SwiftyMocky 4.1.0-pre Docs</a> (86% documented)</p>
<p><a href="index.html">SwiftyMocky 4.1.0 Docs</a> (86% documented)</p>
<p class="header-right"><a href="https://github.com/MakeAWishFoundation/SwiftyMocky"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -189,6 +189,9 @@
<li class="nav-group-task">
<a href="Structs/FatalErrorUtil.html">FatalErrorUtil</a>
</li>
<li class="nav-group-task">
<a href="Protocols/OptionalType.html">OptionalType</a>
</li>
<li class="nav-group-task">
<a href="Protocols/WithSequencingPolicy.html">WithSequencingPolicy</a>
</li>
Expand Down
5 changes: 4 additions & 1 deletion docs/Classes/ArgumentCaptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ArgumentCaptor Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.1.0-pre Docs</a> (86% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.1.0 Docs</a> (86% documented)</p>
<p class="header-right"><a href="https://github.com/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -189,6 +189,9 @@
<li class="nav-group-task">
<a href="../Structs/FatalErrorUtil.html">FatalErrorUtil</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/OptionalType.html">OptionalType</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/WithSequencingPolicy.html">WithSequencingPolicy</a>
</li>
Expand Down
5 changes: 4 additions & 1 deletion docs/Classes/Matcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="Matcher Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.1.0-pre Docs</a> (86% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.1.0 Docs</a> (86% documented)</p>
<p class="header-right"><a href="https://github.com/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -189,6 +189,9 @@
<li class="nav-group-task">
<a href="../Structs/FatalErrorUtil.html">FatalErrorUtil</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/OptionalType.html">OptionalType</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/WithSequencingPolicy.html">WithSequencingPolicy</a>
</li>
Expand Down
5 changes: 4 additions & 1 deletion docs/Classes/Matcher/ComparisonResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ComparisonResult Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">SwiftyMocky 4.1.0-pre Docs</a> (86% documented)</p>
<p><a href="../../index.html">SwiftyMocky 4.1.0 Docs</a> (86% documented)</p>
<p class="header-right"><a href="https://github.com/MakeAWishFoundation/SwiftyMocky"><img src="../../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -189,6 +189,9 @@
<li class="nav-group-task">
<a href="../../Structs/FatalErrorUtil.html">FatalErrorUtil</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/OptionalType.html">OptionalType</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/WithSequencingPolicy.html">WithSequencingPolicy</a>
</li>
Expand Down
5 changes: 4 additions & 1 deletion docs/Classes/Matcher/ParameterComparisonResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ParameterComparisonResult Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">SwiftyMocky 4.1.0-pre Docs</a> (86% documented)</p>
<p><a href="../../index.html">SwiftyMocky 4.1.0 Docs</a> (86% documented)</p>
<p class="header-right"><a href="https://github.com/MakeAWishFoundation/SwiftyMocky"><img src="../../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -189,6 +189,9 @@
<li class="nav-group-task">
<a href="../../Structs/FatalErrorUtil.html">FatalErrorUtil</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/OptionalType.html">OptionalType</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/WithSequencingPolicy.html">WithSequencingPolicy</a>
</li>
Expand Down
5 changes: 4 additions & 1 deletion docs/Classes/MockyAssertion.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="MockyAssertion Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">SwiftyMocky 4.1.0-pre Docs</a> (86% documented)</p>
<p><a href="../index.html">SwiftyMocky 4.1.0 Docs</a> (86% documented)</p>
<p class="header-right"><a href="https://github.com/MakeAWishFoundation/SwiftyMocky"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -189,6 +189,9 @@
<li class="nav-group-task">
<a href="../Structs/FatalErrorUtil.html">FatalErrorUtil</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/OptionalType.html">OptionalType</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/WithSequencingPolicy.html">WithSequencingPolicy</a>
</li>
Expand Down
Loading

0 comments on commit 9be5022

Please sign in to comment.