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 Feb 6, 2024
1 parent 6247cdb commit 7a72e9f
Show file tree
Hide file tree
Showing 25 changed files with 245 additions and 78 deletions.
5 changes: 3 additions & 2 deletions api/latest/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,9 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</tr>
<tr id="i75" class="rowColor">
<td class="colFirst"><a href="com/google/common/truth/Truth8.html" title="class in com.google.common.truth">Truth8</a></td>
<th class="colLast" scope="row">
<div class="block">The primary entry point for assertions about Java 8 types.</div>
<th class="colLast" scope="row">Deprecated.
<div class="deprecationComment">Instead of this class's methods, use the identical methods declared in the main
<a href="com/google/common/truth/Truth.html" title="class in com.google.common.truth"><code>Truth</code></a> class.</div>
</th>
</tr>
<tr id="i76" class="altColor">
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/IntStreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ <h3>Method Summary</h3>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="IntStreamSubject.html" title="class in com.google.common.truth">IntStreamSubject</a>,&#8203;java.util.stream.IntStream&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#intStreams()">intStreams</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
Expand Down Expand Up @@ -399,6 +401,9 @@ <h4>actualCustomStringRepresentation</h4>
<li class="blockList">
<h4>intStreams</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="IntStreamSubject.html" title="class in com.google.common.truth">IntStreamSubject</a>,&#8203;java.util.stream.IntStream&gt;&nbsp;intStreams()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(intStreams()).that(stream)....</code>. Now, you can perform assertions
like that without the <code>about(...)</code> call.</div>
</li>
</ul>
<a id="isEmpty()">
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/LongStreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ <h3>Method Summary</h3>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="LongStreamSubject.html" title="class in com.google.common.truth">LongStreamSubject</a>,&#8203;java.util.stream.LongStream&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#longStreams()">longStreams</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -399,6 +401,9 @@ <h4>actualCustomStringRepresentation</h4>
<li class="blockList">
<h4>longStreams</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="LongStreamSubject.html" title="class in com.google.common.truth">LongStreamSubject</a>,&#8203;java.util.stream.LongStream&gt;&nbsp;longStreams()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(longStreams()).that(stream)....</code>. Now, you can perform assertions
like that without the <code>about(...)</code> call.</div>
</li>
</ul>
<a id="isEmpty()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ <h3>Method Summary</h3>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalDoubleSubject.html" title="class in com.google.common.truth">OptionalDoubleSubject</a>,&#8203;java.util.OptionalDouble&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#optionalDoubles()">optionalDoubles</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -282,6 +284,9 @@ <h4>hasValue</h4>
<li class="blockList">
<h4>optionalDoubles</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalDoubleSubject.html" title="class in com.google.common.truth">OptionalDoubleSubject</a>,&#8203;java.util.OptionalDouble&gt;&nbsp;optionalDoubles()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(optionalDoubles()).that(optional)....</code>. Now, you can perform
assertions like that without the <code>about(...)</code> call.</div>
</li>
</ul>
</li>
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/OptionalIntSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ <h3>Method Summary</h3>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalIntSubject.html" title="class in com.google.common.truth">OptionalIntSubject</a>,&#8203;java.util.OptionalInt&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#optionalInts()">optionalInts</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -278,6 +280,9 @@ <h4>hasValue</h4>
<li class="blockList">
<h4>optionalInts</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalIntSubject.html" title="class in com.google.common.truth">OptionalIntSubject</a>,&#8203;java.util.OptionalInt&gt;&nbsp;optionalInts()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(optionalInts()).that(optional)....</code>. Now, you can perform
assertions like that without the <code>about(...)</code> call.</div>
</li>
</ul>
</li>
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/OptionalLongSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ <h3>Method Summary</h3>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalLongSubject.html" title="class in com.google.common.truth">OptionalLongSubject</a>,&#8203;java.util.OptionalLong&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#optionalLongs()">optionalLongs</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -278,6 +280,9 @@ <h4>hasValue</h4>
<li class="blockList">
<h4>optionalLongs</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalLongSubject.html" title="class in com.google.common.truth">OptionalLongSubject</a>,&#8203;java.util.OptionalLong&gt;&nbsp;optionalLongs()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(optionalLongs()).that(optional)....</code>. Now, you can perform
assertions like that without the <code>about(...)</code> call.</div>
</li>
</ul>
</li>
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/OptionalSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ <h3>Method Summary</h3>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalSubject.html" title="class in com.google.common.truth">OptionalSubject</a>,&#8203;java.util.Optional&lt;?&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#optionals()">optionals</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -284,6 +286,9 @@ <h4>hasValue</h4>
<li class="blockList">
<h4>optionals</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="OptionalSubject.html" title="class in com.google.common.truth">OptionalSubject</a>,&#8203;java.util.Optional&lt;?&gt;&gt;&nbsp;optionals()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(paths()).that(path)....</code>. Now, you can perform assertions like
that without the <code>about(...)</code> call.</div>
</li>
</ul>
</li>
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/PathSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ <h3>Method Summary</h3>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="PathSubject.html" title="class in com.google.common.truth">PathSubject</a>,&#8203;java.nio.file.Path&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#paths()">paths</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -226,6 +228,9 @@ <h3>Method Detail</h3>
<li class="blockList">
<h4>paths</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="PathSubject.html" title="class in com.google.common.truth">PathSubject</a>,&#8203;java.nio.file.Path&gt;&nbsp;paths()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(intStreams()).that(stream)....</code>. Now, you can perform assertions
like that without the <code>about(...)</code> call.</div>
</li>
</ul>
</li>
Expand Down
7 changes: 6 additions & 1 deletion api/latest/com/google/common/truth/StreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,9 @@ <h3>Method Summary</h3>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>static <a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="StreamSubject.html" title="class in com.google.common.truth">StreamSubject</a>,&#8203;java.util.stream.Stream&lt;?&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#streams()">streams</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
<td class="colLast">
<div class="block">Obsolete factory instance.</div>
</td>
</tr>
</table>
<ul class="blockList">
Expand Down Expand Up @@ -421,6 +423,9 @@ <h4>actualCustomStringRepresentation</h4>
<li class="blockList">
<h4>streams</h4>
<pre class="methodSignature">public static&nbsp;<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;<a href="StreamSubject.html" title="class in com.google.common.truth">StreamSubject</a>,&#8203;java.util.stream.Stream&lt;?&gt;&gt;&nbsp;streams()</pre>
<div class="block">Obsolete factory instance. This factory was previously necessary for assertions like <code>
assertWithMessage(...).about(streams()).that(stream)....</code>. Now, you can perform assertions like
that without the <code>about(...)</code> call.</div>
</li>
</ul>
<a id="isEmpty()">
Expand Down
Loading

0 comments on commit 7a72e9f

Please sign in to comment.