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 Oct 1, 2024
1 parent 2ad642a commit 27a026e
Show file tree
Hide file tree
Showing 45 changed files with 395 additions and 158 deletions.
10 changes: 5 additions & 5 deletions api/latest/com/google/common/truth/IterableSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h3>Method Summary</h3>
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEqualTo(java.lang.Object)">isEqualTo</a></span>&#8203;(@Nullable java.lang.Object&nbsp;expected)</code></th>
<td class="colLast">
<div class="block">Fails if the subject is not equal to the given object.</div>
<div class="block">Checks that the value under test is equal to the given object.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
Expand Down Expand Up @@ -536,8 +536,8 @@ <h4>actualCustomStringRepresentation</h4>
<h4>isEqualTo</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;isEqualTo&#8203;(@Nullable java.lang.Object&nbsp;expected)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isEqualTo(java.lang.Object)">Subject</a></code></span></div>
<div class="block">Fails if the subject is not equal to the given object. For the purposes of this comparison, two
objects are equal if any of the following is true:
<div class="block">Checks that the value under test is equal to the given object. For the purposes of this
comparison, two objects are equal if any of the following is true:

<ul>
<li>they are equal according to <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/base/Objects.html?is-external=true#equal(java.lang.Object,java.lang.Object)" title="class or interface in com.google.common.base" class="externalLink"><code>Objects.equal(java.lang.Object, java.lang.Object)</code></a>
Expand Down Expand Up @@ -881,7 +881,7 @@ <h4>isNoneOf</h4>
<div class="deprecationComment">You probably meant to call <a href="#containsNoneOf(java.lang.Object,java.lang.Object,java.lang.Object...)"><code>containsNoneOf(java.lang.Object, java.lang.Object, java.lang.Object...)</code></a> instead.</div>
</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isNoneOf(java.lang.Object,java.lang.Object,java.lang.Object...)">Subject</a></code></span></div>
<div class="block">Fails if the subject is equal to any of the given elements.</div>
<div class="block">Checks that the value under test is not equal to any of the given elements.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Subject.html#isNoneOf(java.lang.Object,java.lang.Object,java.lang.Object...)">isNoneOf</a></code>&nbsp;in class&nbsp;<code><a href="Subject.html" title="class in com.google.common.truth">Subject</a></code></dd>
Expand All @@ -900,7 +900,7 @@ <h4>isNotIn</h4>
<div class="deprecationComment">You probably meant to call <a href="#containsNoneIn(java.lang.Iterable)"><code>containsNoneIn(java.lang.Iterable&lt;?&gt;)</code></a> instead.</div>
</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isNotIn(java.lang.Iterable)">Subject</a></code></span></div>
<div class="block">Fails if the subject is equal to any element in the given iterable.</div>
<div class="block">Checks that the value under test is not equal to any element in the given iterable.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Subject.html#isNotIn(java.lang.Iterable)">isNotIn</a></code>&nbsp;in class&nbsp;<code><a href="Subject.html" title="class in com.google.common.truth">Subject</a></code></dd>
Expand Down
6 changes: 3 additions & 3 deletions api/latest/com/google/common/truth/MapSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h3>Method Summary</h3>
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEqualTo(java.lang.Object)">isEqualTo</a></span>&#8203;(@Nullable java.lang.Object&nbsp;other)</code></th>
<td class="colLast">
<div class="block">Fails if the subject is not equal to the given object.</div>
<div class="block">Checks that the value under test is equal to the given object.</div>
</td>
</tr>
<tr id="i14" class="altColor">
Expand Down Expand Up @@ -397,8 +397,8 @@ <h3>Method Detail</h3>
<h4>isEqualTo</h4>
<pre class="methodSignature">public final&nbsp;void&nbsp;isEqualTo&#8203;(@Nullable java.lang.Object&nbsp;other)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isEqualTo(java.lang.Object)">Subject</a></code></span></div>
<div class="block">Fails if the subject is not equal to the given object. For the purposes of this comparison, two
objects are equal if any of the following is true:
<div class="block">Checks that the value under test is equal to the given object. For the purposes of this
comparison, two objects are equal if any of the following is true:

<ul>
<li>they are equal according to <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/base/Objects.html?is-external=true#equal(java.lang.Object,java.lang.Object)" title="class or interface in com.google.common.base" class="externalLink"><code>Objects.equal(java.lang.Object, java.lang.Object)</code></a>
Expand Down
6 changes: 3 additions & 3 deletions api/latest/com/google/common/truth/MultimapSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h3>Method Summary</h3>
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEqualTo(java.lang.Object)">isEqualTo</a></span>&#8203;(@Nullable java.lang.Object&nbsp;other)</code></th>
<td class="colLast">
<div class="block">Fails if the subject is not equal to the given object.</div>
<div class="block">Checks that the value under test is equal to the given object.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
Expand Down Expand Up @@ -487,8 +487,8 @@ <h4>valuesForKey</h4>
<h4>isEqualTo</h4>
<pre class="methodSignature">public final&nbsp;void&nbsp;isEqualTo&#8203;(@Nullable java.lang.Object&nbsp;other)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isEqualTo(java.lang.Object)">Subject</a></code></span></div>
<div class="block">Fails if the subject is not equal to the given object. For the purposes of this comparison, two
objects are equal if any of the following is true:
<div class="block">Checks that the value under test is equal to the given object. For the purposes of this
comparison, two objects are equal if any of the following is true:

<ul>
<li>they are equal according to <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/base/Objects.html?is-external=true#equal(java.lang.Object,java.lang.Object)" title="class or interface in com.google.common.base" class="externalLink"><code>Objects.equal(java.lang.Object, java.lang.Object)</code></a>
Expand Down
8 changes: 4 additions & 4 deletions api/latest/com/google/common/truth/StreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ <h4>isEqualTo</h4>
contents of the stream, use <a href="#containsExactly(java.lang.Object...)"><code>containsExactly(java.lang.Object...)</code></a> or similar methods.</div>
</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isEqualTo(java.lang.Object)">Subject</a></code></span></div>
<div class="block">Fails if the subject is not equal to the given object. For the purposes of this comparison, two
objects are equal if any of the following is true:
<div class="block">Checks that the value under test is equal to the given object. For the purposes of this
comparison, two objects are equal if any of the following is true:

<ul>
<li>they are equal according to <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/base/Objects.html?is-external=true#equal(java.lang.Object,java.lang.Object)" title="class or interface in com.google.common.base" class="externalLink"><code>Objects.equal(java.lang.Object, java.lang.Object)</code></a>
Expand Down Expand Up @@ -736,8 +736,8 @@ <h4>isNotEqualTo</h4>
contents of the stream, collect both streams to lists and perform assertions like <a href="Subject.html#isNotEqualTo(java.lang.Object)"><code>Subject.isNotEqualTo(java.lang.Object)</code></a> on them. In some cases, you may be able to use <a href="StreamSubject.html" title="class in com.google.common.truth"><code>StreamSubject</code></a> assertions like <a href="#doesNotContain(java.lang.Object)"><code>doesNotContain(java.lang.Object)</code></a>.</div>
</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Subject.html#isNotEqualTo(java.lang.Object)">Subject</a></code></span></div>
<div class="block">Fails if the subject is equal to the given object. The meaning of equality is the same as for
the <a href="Subject.html#isEqualTo(java.lang.Object)"><code>Subject.isEqualTo(java.lang.Object)</code></a> method.</div>
<div class="block">Checks that the value under test is not equal to the given object. The meaning of equality is
the same as for the <a href="Subject.html#isEqualTo(java.lang.Object)"><code>Subject.isEqualTo(java.lang.Object)</code></a> method.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Subject.html#isNotEqualTo(java.lang.Object)">isNotEqualTo</a></code>&nbsp;in class&nbsp;<code><a href="Subject.html" title="class in com.google.common.truth">Subject</a></code></dd>
Expand Down
Loading

0 comments on commit 27a026e

Please sign in to comment.