Skip to content

Commit

Permalink
Quick 7.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Apr 23, 2023
1 parent dbcda55 commit e6583c4
Show file tree
Hide file tree
Showing 49 changed files with 513 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Quick.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Quick"
s.version = "7.0.0-beta.1"
s.version = "7.0.0-beta.2"
s.summary = "The Swift (and Objective-C) testing framework."

s.description = <<-DESC
Expand Down
16 changes: 12 additions & 4 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -292,7 +298,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AsyncSpec</span> <span class="p">:</span> <span class="kt">XCTestCase</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AsyncSpec</span> <span class="p">:</span> <span class="kt"><a href="Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AsyncSpec</span><span class="p">:</span> <span class="kt"><a href="Protocols/AsyncDSLUser.html">AsyncDSLUser</a></span></code></pre>

</div>
Expand Down Expand Up @@ -573,7 +579,9 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>The common superclass of both Example and AsyncExample. This is mostly used for determining filtering (focusing or pending) and other cases where we want to apply something to any kind of example.</p>
<p>The common superclass of both Example and AsyncExample. This is mostly used for
determining filtering (focusing or pending) and other cases where we want to apply
something to any kind of example.</p>

<a href="Classes/ExampleBase.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -726,7 +734,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/AsyncBehavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AsyncBehavior Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -301,7 +307,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/AsyncExample.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AsyncExample Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -341,7 +347,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/AsyncExampleGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AsyncExampleGroup Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -279,7 +285,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
30 changes: 27 additions & 3 deletions docs/Classes/AsyncSpec.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AsyncSpec Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -208,7 +214,7 @@ <h1>AsyncSpec</h1>
<div class="declaration">
<div class="language">

<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AsyncSpec</span> <span class="p">:</span> <span class="kt">XCTestCase</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">AsyncSpec</span> <span class="p">:</span> <span class="kt"><a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">AsyncSpec</span><span class="p">:</span> <span class="kt"><a href="../Protocols/AsyncDSLUser.html">AsyncDSLUser</a></span></code></pre>

</div>
Expand Down Expand Up @@ -348,6 +354,24 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/"></a>
<a name="//apple_ref/swift/Method/_qck_testMethodSelectors()" class="dashAnchor"></a>
<a class="token" href="#/">_qck_testMethodSelectors()</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">

</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -407,7 +431,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/Behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Behavior Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -301,7 +307,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/Callsite.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Callsite Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -307,7 +313,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
10 changes: 8 additions & 2 deletions docs/Classes/Example.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Example Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Quick 7.0.0-beta.1 Docs</a> (83% documented)</p>
<p><a href="../index.html">Quick 7.0.0-beta.2 Docs</a> (83% documented)</p>
<p class="header-right"><a href="https://github.com/Quick/Quick"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -161,6 +161,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick32AroundExampleWithMetadataClosurea">AroundExampleWithMetadataClosure</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/AsyncSpecBase">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick13AsyncSpecBasea">AsyncSpecBase</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:5Quick25BeforeExampleAsyncClosurea">BeforeExampleAsyncClosure</a>
</li>
Expand Down Expand Up @@ -338,7 +344,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-14)</p>
<p>&copy; 2023 <a class="link" href="https://github.com/Quick/Quick" target="_blank" rel="external noopener">Quick Contributors</a>. All rights reserved. (Last updated: 2023-04-23)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down

0 comments on commit e6583c4

Please sign in to comment.