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 Jun 26, 2024
1 parent b1bf54d commit 56e08b8
Show file tree
Hide file tree
Showing 42 changed files with 77 additions and 38 deletions.
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/BigDecimalSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class BigDecimalSubject" class="title">Class BigDecimalSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">BigDecimalSubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">BigDecimalSubject</span>
extends <a href="ComparableSubject.html" title="class in com.google.common.truth">ComparableSubject</a>&lt;java.math.BigDecimal&gt;</pre>
<div class="block">Propositions for <code>BigDecimal</code> typed subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/BooleanSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class BooleanSubject" class="title">Class BooleanSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">BooleanSubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">BooleanSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for boolean subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/ClassSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class ClassSubject" class="title">Class ClassSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre><a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/annotations/GwtIncompatible.html?is-external=true" title="class or interface in com.google.common.annotations" class="externalLink">@GwtIncompatible</a>("reflection")
<pre>@NullMarked
<a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/annotations/GwtIncompatible.html?is-external=true" title="class or interface in com.google.common.annotations" class="externalLink">@GwtIncompatible</a>("reflection")
public final class <span class="typeNameLabel">ClassSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for <code>Class</code> subjects.</div>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/ComparableSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ <h2 title="Class ComparableSubject" class="title">Class ComparableSubject&lt;T e
<dd><code><a href="BigDecimalSubject.html" title="class in com.google.common.truth">BigDecimalSubject</a></code>, <code><a href="DoubleSubject.html" title="class in com.google.common.truth">DoubleSubject</a></code>, <code><a href="FloatSubject.html" title="class in com.google.common.truth">FloatSubject</a></code>, <code><a href="IntegerSubject.html" title="class in com.google.common.truth">IntegerSubject</a></code>, <code><a href="LongSubject.html" title="class in com.google.common.truth">LongSubject</a></code>, <code><a href="StringSubject.html" title="class in com.google.common.truth">StringSubject</a></code></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">ComparableSubject&lt;T extends java.lang.Comparable&lt;?&gt;&gt;</span>
<pre>@NullMarked
public abstract class <span class="typeNameLabel">ComparableSubject&lt;T extends java.lang.Comparable&lt;?&gt;&gt;</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for <code>Comparable</code> typed subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/Correspondence.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ <h2 title="Class Correspondence" class="title">Class Correspondence&lt;A extends
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public abstract class <span class="typeNameLabel">Correspondence&lt;A extends @Nullable java.lang.Object,&#8203;E extends @Nullable java.lang.Object&gt;</span>
<pre>@NullMarked
public abstract class <span class="typeNameLabel">Correspondence&lt;A extends @Nullable java.lang.Object,&#8203;E extends @Nullable java.lang.Object&gt;</span>
extends java.lang.Object</pre>
<div class="block">Determines whether an instance of type <code>A</code> corresponds in some way to an instance of type
<code>E</code> for the purposes of a test assertion. For example, the implementation returned by the
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/CustomSubjectBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ <h2 title="Class CustomSubjectBuilder" class="title">Class CustomSubjectBuilder<
<dd><code><a href="extensions/proto/ProtoSubjectBuilder.html" title="class in com.google.common.truth.extensions.proto">ProtoSubjectBuilder</a></code></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">CustomSubjectBuilder</span>
<pre>@NullMarked
public abstract class <span class="typeNameLabel">CustomSubjectBuilder</span>
extends java.lang.Object</pre>
<div class="block">In a fluent assertion chain, exposes one or more "custom" <code>that</code> methods, which accept a
value under test and return a <a href="Subject.html" title="class in com.google.common.truth"><code>Subject</code></a>.
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/DoubleSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class DoubleSubject" class="title">Class DoubleSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">DoubleSubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">DoubleSubject</span>
extends <a href="ComparableSubject.html" title="class in com.google.common.truth">ComparableSubject</a>&lt;java.lang.Double&gt;</pre>
<div class="block">Propositions for <code>Double</code> subjects.</div>
<dl>
Expand Down
1 change: 1 addition & 0 deletions api/latest/com/google/common/truth/Expect.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ <h2 title="Class Expect" class="title">Class Expect</h2>
</dl>
<hr>
<pre><a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/annotations/GwtIncompatible.html?is-external=true" title="class or interface in com.google.common.annotations" class="externalLink">@GwtIncompatible</a>("JUnit4")
@NullMarked
public final class <span class="typeNameLabel">Expect</span>
extends <a href="StandardSubjectBuilder.html" title="class in com.google.common.truth">StandardSubjectBuilder</a>
implements <a href="https://junit.org/junit4/javadoc/latest/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules" class="externalLink">TestRule</a></pre>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/ExpectFailure.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ <h2 title="Class ExpectFailure" class="title">Class ExpectFailure</h2>
<dd><code><a href="https://junit.org/junit4/javadoc/latest/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules" class="externalLink">TestRule</a></code></dd>
</dl>
<hr>
<pre>public final class <span class="typeNameLabel">ExpectFailure</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">ExpectFailure</span>
extends java.lang.Object</pre>
<div class="block">A utility for testing that assertions against a custom <a href="Subject.html" title="class in com.google.common.truth"><code>Subject</code></a> fail when they should,
plus a utility to assert about parts of the resulting failure messages.
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/Fact.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ <h2 title="Class Fact" class="title">Class Fact</h2>
<dd><code>java.io.Serializable</code></dd>
</dl>
<hr>
<pre>public final class <span class="typeNameLabel">Fact</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">Fact</span>
extends java.lang.Object
implements java.io.Serializable</pre>
<div class="block">A string key-value pair in a failure message, such as "expected: abc" or "but was: xyz."
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/FailureMetadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ <h2 title="Class FailureMetadata" class="title">Class FailureMetadata</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">FailureMetadata</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">FailureMetadata</span>
extends java.lang.Object</pre>
<div class="block">An opaque, immutable object containing state from the previous calls in the fluent assertion
chain. It appears primarily as a parameter to <a href="Subject.html" title="class in com.google.common.truth"><code>Subject</code></a> constructors (and <a href="Subject.Factory.html" title="interface in com.google.common.truth"><code>Subject.Factory</code></a> methods), which should pass it to the superclass constructor and not otherwise
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/FailureStrategy.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h2 title="Interface FailureStrategy" class="title">Interface FailureStrategy</h
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public interface <span class="typeNameLabel">FailureStrategy</span></pre>
<pre>@NullMarked
public interface <span class="typeNameLabel">FailureStrategy</span></pre>
<div class="block">Defines what to do when a check fails.

<p>This type does not appear directly in a fluent assertion chain, but you choose a <code>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/FloatSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class FloatSubject" class="title">Class FloatSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">FloatSubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">FloatSubject</span>
extends <a href="ComparableSubject.html" title="class in com.google.common.truth">ComparableSubject</a>&lt;java.lang.Float&gt;</pre>
<div class="block">Propositions for <code>Float</code> subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/GuavaOptionalSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class GuavaOptionalSubject" class="title">Class GuavaOptionalSubject<
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">GuavaOptionalSubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">GuavaOptionalSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for Guava <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/base/Optional.html?is-external=true" title="class or interface in com.google.common.base" class="externalLink"><code>Optional</code></a> subjects.

Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/IntegerSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class IntegerSubject" class="title">Class IntegerSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">IntegerSubject</span>
<pre>@NullMarked
public class <span class="typeNameLabel">IntegerSubject</span>
extends <a href="ComparableSubject.html" title="class in com.google.common.truth">ComparableSubject</a>&lt;java.lang.Integer&gt;</pre>
<div class="block">Propositions for <code>Integer</code> subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/IterableSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ <h2 title="Class IterableSubject" class="title">Class IterableSubject</h2>
<dd><code><a href="extensions/proto/IterableOfProtosSubject.html" title="class in com.google.common.truth.extensions.proto">IterableOfProtosSubject</a></code>, <code><a href="MultisetSubject.html" title="class in com.google.common.truth">MultisetSubject</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">IterableSubject</span>
<pre>@NullMarked
public class <span class="typeNameLabel">IterableSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for <code>Iterable</code> subjects.

Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/LongSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class LongSubject" class="title">Class LongSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">LongSubject</span>
<pre>@NullMarked
public class <span class="typeNameLabel">LongSubject</span>
extends <a href="ComparableSubject.html" title="class in com.google.common.truth">ComparableSubject</a>&lt;java.lang.Long&gt;</pre>
<div class="block">Propositions for <code>long</code> subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/MapSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ <h2 title="Class MapSubject" class="title">Class MapSubject</h2>
<dd><code><a href="extensions/proto/MapWithProtoValuesSubject.html" title="class in com.google.common.truth.extensions.proto">MapWithProtoValuesSubject</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">MapSubject</span>
<pre>@NullMarked
public class <span class="typeNameLabel">MapSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for <code>Map</code> subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/MultimapSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ <h2 title="Class MultimapSubject" class="title">Class MultimapSubject</h2>
<dd><code><a href="extensions/proto/MultimapWithProtoValuesSubject.html" title="class in com.google.common.truth.extensions.proto">MultimapWithProtoValuesSubject</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">MultimapSubject</span>
<pre>@NullMarked
public class <span class="typeNameLabel">MultimapSubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">Propositions for <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/collect/Multimap.html?is-external=true" title="class or interface in com.google.common.collect" class="externalLink"><code>Multimap</code></a> subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/MultisetSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class MultisetSubject" class="title">Class MultisetSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">MultisetSubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">MultisetSubject</span>
extends <a href="IterableSubject.html" title="class in com.google.common.truth">IterableSubject</a></pre>
<div class="block">Propositions for <a href="https://guava.dev/releases/snapshot-jre/api/docs/com/google/common/collect/Multiset.html?is-external=true" title="class or interface in com.google.common.collect" class="externalLink"><code>Multiset</code></a> subjects.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/ObjectArraySubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class ObjectArraySubject" class="title">Class ObjectArraySubject&lt;T
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">ObjectArraySubject&lt;T extends @Nullable java.lang.Object&gt;</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">ObjectArraySubject&lt;T extends @Nullable java.lang.Object&gt;</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>Object[]</code> and more generically <code>T[]</code>.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/Ordered.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ <h2 title="Interface Ordered" class="title">Interface Ordered</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public interface <span class="typeNameLabel">Ordered</span></pre>
<pre>@NullMarked
public interface <span class="typeNameLabel">Ordered</span></pre>
<div class="block">Returned by calls like <a href="IterableSubject.html#containsExactly(java.lang.Object...)"><code>IterableSubject.containsExactly(java.lang.Object...)</code></a>, <code>Ordered</code> lets the caller
additionally check that the expected elements were present in the order they were passed to the
previous calls.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveBooleanArraySubject" class="title">Class PrimitiveBool
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveBooleanArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveBooleanArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>boolean[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveByteArraySubject" class="title">Class PrimitiveByteArr
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveByteArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveByteArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>byte[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveCharArraySubject" class="title">Class PrimitiveCharArr
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveCharArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveCharArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>char[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveDoubleArraySubject" class="title">Class PrimitiveDoubl
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveDoubleArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveDoubleArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>double[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveFloatArraySubject" class="title">Class PrimitiveFloatA
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveFloatArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveFloatArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>float[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveIntArraySubject" class="title">Class PrimitiveIntArray
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveIntArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveIntArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>int[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveLongArraySubject" class="title">Class PrimitiveLongArr
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveLongArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveLongArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>long[]</code>.</div>
<dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ <h2 title="Class PrimitiveShortArraySubject" class="title">Class PrimitiveShortA
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">PrimitiveShortArraySubject</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">PrimitiveShortArraySubject</span>
extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a></pre>
<div class="block">A Subject for <code>short[]</code>.</div>
<dl>
Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/SimpleSubjectBuilder.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ <h2 title="Class SimpleSubjectBuilder" class="title">Class SimpleSubjectBuilder&
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public final class <span class="typeNameLabel">SimpleSubjectBuilder&lt;SubjectT extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a>,&#8203;ActualT&gt;</span>
<pre>@NullMarked
public final class <span class="typeNameLabel">SimpleSubjectBuilder&lt;SubjectT extends <a href="Subject.html" title="class in com.google.common.truth">Subject</a>,&#8203;ActualT&gt;</span>
extends java.lang.Object</pre>
<div class="block">In a fluent assertion chain, exposes the most common <code>that</code> method, which accepts a value
under test and returns a <a href="Subject.html" title="class in com.google.common.truth"><code>Subject</code></a>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ <h2 title="Class StandardSubjectBuilder" class="title">Class StandardSubjectBuil
<dd><code><a href="Expect.html" title="class in com.google.common.truth">Expect</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">StandardSubjectBuilder</span>
<pre>@NullMarked
public class <span class="typeNameLabel">StandardSubjectBuilder</span>
extends java.lang.Object</pre>
<div class="block">In a fluent assertion chain, an object with which you can do any of the following:

Expand Down
3 changes: 2 additions & 1 deletion api/latest/com/google/common/truth/StringSubject.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ <h2 title="Class StringSubject" class="title">Class StringSubject</h2>
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">StringSubject</span>
<pre>@NullMarked
public class <span class="typeNameLabel">StringSubject</span>
extends <a href="ComparableSubject.html" title="class in com.google.common.truth">ComparableSubject</a>&lt;java.lang.String&gt;</pre>
<div class="block">Propositions for string subjects.</div>
<dl>
Expand Down
Loading

0 comments on commit 56e08b8

Please sign in to comment.