Skip to content

Commit

Permalink
Latest javadoc on successful CI build auto-pushed to gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Jan 19, 2024
1 parent 7e7e52d commit 70fbd73
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/IntStreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ <h2 title="Class IntStreamSubject" class="title">Class IntStreamSubject</h2>
<p>For very large or infinite streams you may want to first limit the
stream before asserting on it.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Kurt Alfred Kluever</dd>
</dl>
Expand Down
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/LongStreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ <h2 title="Class LongStreamSubject" class="title">Class LongStreamSubject</h2>
<p>For very large or infinite streams you may want to first limit the
stream before asserting on it.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Kurt Alfred Kluever</dd>
</dl>
Expand Down
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/OptionalDoubleSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ <h2 title="Class OptionalDoubleSubject" class="title">Class OptionalDoubleSubjec
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for Java 8 <code>OptionalDouble</code> subjects.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Ben Douglass</dd>
</dl>
Expand Down
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/OptionalIntSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ <h2 title="Class OptionalIntSubject" class="title">Class OptionalIntSubject</h2>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for Java 8 <code>OptionalInt</code> subjects.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Ben Douglass</dd>
</dl>
Expand Down
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/OptionalLongSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ <h2 title="Class OptionalLongSubject" class="title">Class OptionalLongSubject</h
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for Java 8 <code>OptionalLong</code> subjects.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Ben Douglass</dd>
</dl>
Expand Down
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/OptionalSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ <h2 title="Class OptionalSubject" class="title">Class OptionalSubject</h2>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for Java 8 <code>Optional</code> subjects.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Christian Gruber</dd>
</dl>
Expand Down
4 changes: 4 additions & 0 deletions api/latest/com/google/common/truth/PathSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ <h2 title="Class PathSubject" class="title">Class PathSubject</h2>
public final class <span class="typeNameLabel">PathSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Assertions for <code>Path</code> instances.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
</dl>
</li>
</ul>
</div>
Expand Down
10 changes: 10 additions & 0 deletions api/latest/com/google/common/truth/StandardSubjectBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,11 @@ <h4>that</h4>
<li class="blockList">
<h4>that</h4>
<pre class="methodSignature">public final&nbsp;<a href="OptionalSubject.html" title="class in com.google.common.truth">OptionalSubject</a>&nbsp;that&#8203;(@Nullable java.util.Optional&lt;?&gt;&nbsp;actual)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (with access to <a href="OptionalSubject.html" title="class in com.google.common.truth"><code>OptionalSubject</code></a> previously part of <code>
truth-java8-extension</code>)</dd>
</dl>
</li>
</ul>
<a id="that(java.util.stream.Stream)">
Expand All @@ -644,6 +649,11 @@ <h4>that</h4>
<li class="blockList">
<h4>that</h4>
<pre class="methodSignature">public final&nbsp;<a href="StreamSubject.html" title="class in com.google.common.truth">StreamSubject</a>&nbsp;that&#8203;(@Nullable java.util.stream.Stream&lt;?&gt;&nbsp;actual)</pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (with access to <a href="StreamSubject.html" title="class in com.google.common.truth"><code>StreamSubject</code></a> previously part of <code>
truth-java8-extension</code>)</dd>
</dl>
</li>
</ul>
<a id="withMessage(java.lang.String)">
Expand Down
2 changes: 2 additions & 0 deletions api/latest/com/google/common/truth/StreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ <h2 title="Class StreamSubject" class="title">Class StreamSubject</h2>
<p>For very large or infinite streams you may want to first limit the
stream before asserting on it.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.3.0 (previously part of <code>truth-java8-extension</code>)</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Kurt Alfred Kluever</dd>
</dl>
Expand Down
Binary file modified api/latest/member-search-index.zip
Binary file not shown.
Binary file modified api/latest/package-search-index.zip
Binary file not shown.
Binary file modified api/latest/type-search-index.zip
Binary file not shown.

0 comments on commit 70fbd73

Please sign in to comment.