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 30, 2025
1 parent 507a8b6 commit 5433a76
Show file tree
Hide file tree
Showing 28 changed files with 72 additions and 72 deletions.
4 changes: 2 additions & 2 deletions api/latest/com/google/common/truth/ExpectFailure.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h4>getFailure</h4>
<ul class="blockList">
<li class="blockList">
<h4>expectFailure</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public static&nbsp;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/AssertionError.html?is-external=true" title="class or interface in java.lang" class="externalLink">AssertionError</a>&nbsp;expectFailure&#8203;(<a href="ExpectFailure.StandardSubjectBuilderCallback.html" title="interface in com.google.common.truth">ExpectFailure.StandardSubjectBuilderCallback</a>&nbsp;assertionCallback)</pre>
<div class="block">Captures and returns the failure produced by the assertion in the provided callback, similar to
<code>assertThrows()</code>:
Expand All @@ -386,7 +386,7 @@ <h4>expectFailure</h4>
<ul class="blockList">
<li class="blockList">
<h4>expectFailureAbout</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public static&nbsp;&lt;S extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a>,&#8203;A&gt;&nbsp;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/AssertionError.html?is-external=true" title="class or interface in java.lang" class="externalLink">AssertionError</a>&nbsp;expectFailureAbout&#8203;(<a href="Subject.Factory.html" title="interface in com.google.common.truth">Subject.Factory</a>&lt;S,&#8203;A&gt;&nbsp;factory,
<a href="ExpectFailure.SimpleSubjectBuilderCallback.html" title="interface in com.google.common.truth">ExpectFailure.SimpleSubjectBuilderCallback</a>&lt;S,&#8203;A&gt;&nbsp;assertionCallback)</pre>
<div class="block">Captures and returns the failure produced by the assertion in the provided callback, similar to
Expand Down
8 changes: 4 additions & 4 deletions api/latest/com/google/common/truth/IntStreamSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h4>containsAnyIn</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsAtLeast</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsAtLeast&#8203;(int&nbsp;first,
int&nbsp;second,
int...&nbsp;rest)</pre>
Expand All @@ -524,7 +524,7 @@ <h4>containsAtLeast</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsAtLeastElementsIn</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsAtLeastElementsIn&#8203;(<a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;?&gt;&nbsp;expected)</pre>
<div class="block">Fails if the subject does not contain all of the given elements. If an element appears more
than once in the given elements, then it must appear at least that number of times in the
Expand All @@ -541,7 +541,7 @@ <h4>containsAtLeastElementsIn</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsExactly</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsExactly&#8203;(int <a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> ...&nbsp;varargs)</pre>
<div class="block">Fails if the subject does not contain exactly the given elements.

Expand All @@ -558,7 +558,7 @@ <h4>containsExactly</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsExactlyElementsIn</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsExactlyElementsIn&#8203;(<a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;?&gt;&nbsp;expected)</pre>
<div class="block">Fails if the subject does not contain exactly the given elements.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ <h4>doesNotContain</h4>
<li class="blockList">
<h4>containsExactly</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/SafeVarargs.html?is-external=true" title="class or interface in java.lang" class="externalLink">@SafeVarargs</a>
@CanIgnoreReturnValue
<a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public final&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsExactly&#8203;(<a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> <a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a> <a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> ...&nbsp;expected)</pre>
<div class="block">Checks that subject contains exactly elements that correspond to the expected elements, i.e.
that there is a 1:1 mapping between the actual elements and the expected elements where each
Expand All @@ -545,7 +545,7 @@ <h4>containsExactly</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsExactlyElementsIn</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsExactlyElementsIn&#8203;(<a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;? extends <a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a>&gt;&nbsp;expected)</pre>
<div class="block">Checks that subject contains exactly elements that correspond to the expected elements, i.e.
that there is a 1:1 mapping between the actual elements and the expected elements where each
Expand All @@ -563,7 +563,7 @@ <h4>containsExactlyElementsIn</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsExactlyElementsIn</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsExactlyElementsIn&#8203;(<a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a> <a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> []&nbsp;expected)</pre>
<div class="block">Checks that subject contains exactly elements that correspond to the expected elements, i.e.
that there is a 1:1 mapping between the actual elements and the expected elements where each
Expand All @@ -582,7 +582,7 @@ <h4>containsExactlyElementsIn</h4>
<li class="blockList">
<h4>containsAtLeast</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/SafeVarargs.html?is-external=true" title="class or interface in java.lang" class="externalLink">@SafeVarargs</a>
@CanIgnoreReturnValue
<a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public final&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsAtLeast&#8203;(<a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a>&nbsp;first,
<a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a>&nbsp;second,
<a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a> <a href="https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html?is-external=true" title="class or interface in org.jspecify.annotations" class="externalLink">@Nullable</a> ...&nbsp;rest)</pre>
Expand All @@ -601,7 +601,7 @@ <h4>containsAtLeast</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsAtLeastElementsIn</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsAtLeastElementsIn&#8203;(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;? extends <a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a>&gt;&nbsp;expected)</pre>
<div class="block">Checks that the subject contains elements that correspond to all the expected elements, i.e.
that there is a 1:1 mapping between any subset of the actual elements and the expected
Expand All @@ -620,7 +620,7 @@ <h4>containsAtLeastElementsIn</h4>
<ul class="blockList">
<li class="blockList">
<h4>containsAtLeastElementsIn</h4>
<pre class="methodSignature">@CanIgnoreReturnValue
<pre class="methodSignature"><a href="https://errorprone.info/api/latest/com/google/errorprone/annotations/CanIgnoreReturnValue.html?is-external=true" title="class or interface in com.google.errorprone.annotations" class="externalLink">@CanIgnoreReturnValue</a>
public&nbsp;<a href="Ordered.html" title="interface in com.google.common.truth">Ordered</a>&nbsp;containsAtLeastElementsIn&#8203;(<a href="IterableSubject.UsingCorrespondence.html" title="type parameter in IterableSubject.UsingCorrespondence">E</a>[]&nbsp;expected)</pre>
<div class="block">Checks that the subject contains elements that correspond to all the expected elements, i.e.
that there is a 1:1 mapping between any subset of the actual elements and the expected
Expand Down
Loading

0 comments on commit 5433a76

Please sign in to comment.