From 27a026e61c5befcbb1a283af68bfc0a8afd3026d Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Tue, 1 Oct 2024 19:30:46 +0000 Subject: [PATCH] Latest javadoc on successful CI build auto-pushed to gh-pages. --- .../google/common/truth/IterableSubject.html | 10 +- .../com/google/common/truth/MapSubject.html | 6 +- .../google/common/truth/MultimapSubject.html | 6 +- .../google/common/truth/StreamSubject.html | 8 +- .../com/google/common/truth/Subject.html | 58 +++--- api/latest/com/google/common/truth/Truth.html | 165 ++++++++++++++---- .../truth/class-use/BigDecimalSubject.html | 4 +- .../truth/class-use/BooleanSubject.html | 4 +- .../common/truth/class-use/ClassSubject.html | 4 +- .../truth/class-use/ComparableSubject.html | 4 +- .../common/truth/class-use/DoubleSubject.html | 4 +- .../common/truth/class-use/FloatSubject.html | 4 +- .../truth/class-use/GuavaOptionalSubject.html | 4 +- .../truth/class-use/IntStreamSubject.html | 4 +- .../truth/class-use/IntegerSubject.html | 4 +- .../truth/class-use/IterableSubject.html | 4 +- .../truth/class-use/LongStreamSubject.html | 4 +- .../common/truth/class-use/LongSubject.html | 4 +- .../common/truth/class-use/MapSubject.html | 4 +- .../truth/class-use/MultimapSubject.html | 4 +- .../truth/class-use/MultisetSubject.html | 4 +- .../truth/class-use/ObjectArraySubject.html | 4 +- .../class-use/OptionalDoubleSubject.html | 4 +- .../truth/class-use/OptionalIntSubject.html | 4 +- .../truth/class-use/OptionalLongSubject.html | 4 +- .../truth/class-use/OptionalSubject.html | 4 +- .../common/truth/class-use/PathSubject.html | 4 +- .../PrimitiveBooleanArraySubject.html | 4 +- .../class-use/PrimitiveByteArraySubject.html | 4 +- .../class-use/PrimitiveCharArraySubject.html | 4 +- .../PrimitiveDoubleArraySubject.html | 4 +- .../class-use/PrimitiveFloatArraySubject.html | 4 +- .../class-use/PrimitiveIntArraySubject.html | 4 +- .../class-use/PrimitiveLongArraySubject.html | 4 +- .../class-use/PrimitiveShortArraySubject.html | 4 +- .../common/truth/class-use/StreamSubject.html | 4 +- .../common/truth/class-use/StringSubject.html | 4 +- .../common/truth/class-use/Subject.html | 4 +- .../common/truth/class-use/TableSubject.html | 4 +- .../extensions/proto/LiteProtoSubject.html | 6 +- .../truth/extensions/proto/ProtoSubject.html | 6 +- api/latest/index-all.html | 156 ++++++++++++----- api/latest/member-search-index.zip | Bin 7645 -> 7645 bytes api/latest/package-search-index.zip | Bin 262 -> 262 bytes api/latest/type-search-index.zip | Bin 852 -> 852 bytes 45 files changed, 395 insertions(+), 158 deletions(-) diff --git a/api/latest/com/google/common/truth/IterableSubject.html b/api/latest/com/google/common/truth/IterableSubject.html index bb00f1b39..62315926d 100644 --- a/api/latest/com/google/common/truth/IterableSubject.html +++ b/api/latest/com/google/common/truth/IterableSubject.html @@ -394,7 +394,7 @@

Method Summary

void isEqualTo​(@Nullable java.lang.Object expected) -
Fails if the subject is not equal to the given object.
+
Checks that the value under test is equal to the given object.
@@ -536,8 +536,8 @@

actualCustomStringRepresentation

isEqualTo

public void isEqualTo​(@Nullable java.lang.Object expected)
Description copied from class: Subject
-
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: +
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:
Description copied from class: Subject
-
Fails if the subject is equal to any of the given elements.
+
Checks that the value under test is not equal to any of the given elements.
Overrides:
isNoneOf in class Subject
@@ -900,7 +900,7 @@

isNotIn

You probably meant to call containsNoneIn(java.lang.Iterable<?>) instead.
Description copied from class: Subject
-
Fails if the subject is equal to any element in the given iterable.
+
Checks that the value under test is not equal to any element in the given iterable.
Overrides:
isNotIn in class Subject
diff --git a/api/latest/com/google/common/truth/MapSubject.html b/api/latest/com/google/common/truth/MapSubject.html index a6c44f328..913acdae6 100644 --- a/api/latest/com/google/common/truth/MapSubject.html +++ b/api/latest/com/google/common/truth/MapSubject.html @@ -326,7 +326,7 @@

Method Summary

void isEqualTo​(@Nullable java.lang.Object other) -
Fails if the subject is not equal to the given object.
+
Checks that the value under test is equal to the given object.
@@ -397,8 +397,8 @@

Method Detail

isEqualTo

public final void isEqualTo​(@Nullable java.lang.Object other)
Description copied from class: Subject
-
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: +
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:
  • they are equal according to Objects.equal(java.lang.Object, java.lang.Object) diff --git a/api/latest/com/google/common/truth/MultimapSubject.html b/api/latest/com/google/common/truth/MultimapSubject.html index 7caf3c7d9..3fa3d9a57 100644 --- a/api/latest/com/google/common/truth/MultimapSubject.html +++ b/api/latest/com/google/common/truth/MultimapSubject.html @@ -322,7 +322,7 @@

    Method Summary

    void isEqualTo​(@Nullable java.lang.Object other) -
    Fails if the subject is not equal to the given object.
    +
    Checks that the value under test is equal to the given object.
    @@ -487,8 +487,8 @@

    valuesForKey

    isEqualTo

    public final void isEqualTo​(@Nullable java.lang.Object other)
    Description copied from class: Subject
    -
    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: +
    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:
    • they are equal according to Objects.equal(java.lang.Object, java.lang.Object) diff --git a/api/latest/com/google/common/truth/StreamSubject.html b/api/latest/com/google/common/truth/StreamSubject.html index bb1c837e7..df6d3cc2a 100644 --- a/api/latest/com/google/common/truth/StreamSubject.html +++ b/api/latest/com/google/common/truth/StreamSubject.html @@ -694,8 +694,8 @@

      isEqualTo

      contents of the stream, use containsExactly(java.lang.Object...) or similar methods.
    Description copied from class: Subject
    -
    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: +
    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:
    Description copied from class: Subject
    -
    Fails if the subject is equal to the given object. The meaning of equality is the same as for - the Subject.isEqualTo(java.lang.Object) method.
    +
    Checks that the value under test is not equal to the given object. The meaning of equality is + the same as for the Subject.isEqualTo(java.lang.Object) method.
    Overrides:
    isNotEqualTo in class Subject
    diff --git a/api/latest/com/google/common/truth/Subject.html b/api/latest/com/google/common/truth/Subject.html index 55fc4f81d..517c7f10e 100644 --- a/api/latest/com/google/common/truth/Subject.html +++ b/api/latest/com/google/common/truth/Subject.html @@ -303,28 +303,28 @@

    Method Summary

    @Nullable java.lang.Object second, @Nullable java.lang.Object @Nullable ... rest) -
    Fails unless the subject is equal to any of the given elements.
    +
    Checks that the value under test is equal to any of the given elements.
    void isEqualTo​(@Nullable java.lang.Object expected) -
    Fails if the subject is not equal to the given object.
    +
    Checks that the value under test is equal to the given object.
    void isIn​(@Nullable java.lang.Iterable<?> iterable) -
    Fails unless the subject is equal to any element in the given iterable.
    +
    Checks that the value under test is equal to any element in the given iterable.
    void isInstanceOf​(java.lang.Class<?> clazz) -
    Fails if the subject is not an instance of the given class.
    +
    Checks that the value under test is an instance of the given class.
    @@ -333,56 +333,56 @@

    Method Summary

    @Nullable java.lang.Object second, @Nullable java.lang.Object @Nullable ... rest) -
    Fails if the subject is equal to any of the given elements.
    +
    Checks that the value under test is not equal to any of the given elements.
    void isNotEqualTo​(@Nullable java.lang.Object unexpected) -
    Fails if the subject is equal to the given object.
    +
    Checks that the value under test is not equal to the given object.
    void isNotIn​(@Nullable java.lang.Iterable<?> iterable) -
    Fails if the subject is equal to any element in the given iterable.
    +
    Checks that the value under test is not equal to any element in the given iterable.
    void isNotInstanceOf​(java.lang.Class<?> clazz) -
    Fails if the subject is an instance of the given class.
    +
    Checks that the value under test is not an instance of the given class.
    void isNotNull() -
    Fails if the subject is null.
    +
    Checks that the value under test is not null.
    void isNotSameInstanceAs​(@Nullable java.lang.Object unexpected) -
    Fails if the subject is the same instance as the given object.
    +
    Checks that the value under test is not the same instance as the given object.
    void isNull() -
    Fails if the subject is not null.
    +
    Checks that the value under test is null.
    void isSameInstanceAs​(@Nullable java.lang.Object expected) -
    Fails if the subject is not the same instance as the given object.
    +
    Checks that the value under test is the same instance as the given object.
    @@ -447,7 +447,7 @@

    Method Detail

  • isNull

    public void isNull()
    -
    Fails if the subject is not null.
    +
    Checks that the value under test is null.
@@ -457,7 +457,7 @@

isNull

  • isNotNull

    public void isNotNull()
    -
    Fails if the subject is null.
    +
    Checks that the value under test is not null.
  • @@ -467,8 +467,8 @@

    isNotNull

  • isEqualTo

    public void isEqualTo​(@Nullable java.lang.Object expected)
    -
    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: +
    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: @@ -508,7 +508,10 @@

    isNotEqualTo

  • isSameInstanceAs

    public final void isSameInstanceAs​(@Nullable java.lang.Object expected)
    -
    Fails if the subject is not the same instance as the given object.
    +
    Checks that the value under test is the same instance as the given object. + +

    This method considers null to be "the same instance as" null and not the + same instance as anything else.

  • @@ -518,7 +521,10 @@

    isSameInstanceAs

  • isNotSameInstanceAs

    public final void isNotSameInstanceAs​(@Nullable java.lang.Object unexpected)
    -
    Fails if the subject is the same instance as the given object.
    +
    Checks that the value under test is not the same instance as the given object. + +

    This method considers null to be "the same instance as" null and not the + same instance as anything else.

  • @@ -528,7 +534,7 @@

    isNotSameInstanceAs

  • isInstanceOf

    public void isInstanceOf​(java.lang.Class<?> clazz)
    -
    Fails if the subject is not an instance of the given class.
    +
    Checks that the value under test is an instance of the given class.
  • @@ -538,7 +544,7 @@

    isInstanceOf

  • isNotInstanceOf

    public void isNotInstanceOf​(java.lang.Class<?> clazz)
    -
    Fails if the subject is an instance of the given class.
    +
    Checks that the value under test is not an instance of the given class.
  • @@ -548,7 +554,7 @@

    isNotInstanceOf

  • isIn

    public void isIn​(@Nullable java.lang.Iterable<?> iterable)
    -
    Fails unless the subject is equal to any element in the given iterable.
    +
    Checks that the value under test is equal to any element in the given iterable.
  • @@ -560,7 +566,7 @@

    isAnyOf

    public void isAnyOf​(@Nullable java.lang.Object first,
                         @Nullable java.lang.Object second,
                         @Nullable java.lang.Object @Nullable ... rest)
    -
    Fails unless the subject is equal to any of the given elements.
    +
    Checks that the value under test is equal to any of the given elements.
    @@ -570,7 +576,7 @@

    isAnyOf

  • isNotIn

    public void isNotIn​(@Nullable java.lang.Iterable<?> iterable)
    -
    Fails if the subject is equal to any element in the given iterable.
    +
    Checks that the value under test is not equal to any element in the given iterable.
  • @@ -582,7 +588,7 @@

    isNoneOf

    public void isNoneOf​(@Nullable java.lang.Object first,
                          @Nullable java.lang.Object second,
                          @Nullable java.lang.Object @Nullable ... rest)
    -
    Fails if the subject is equal to any of the given elements.
    +
    Checks that the value under test is not equal to any of the given elements.
    diff --git a/api/latest/com/google/common/truth/Truth.html b/api/latest/com/google/common/truth/Truth.html index 928af5675..95cb82246 100644 --- a/api/latest/com/google/common/truth/Truth.html +++ b/api/latest/com/google/common/truth/Truth.html @@ -221,112 +221,156 @@

    Method Summary

    static
    PrimitiveBooleanArraySubject assertThat​(boolean @Nullable [] actual) -  + +
    Begins an assertion about a boolean array.
    + static PrimitiveByteArraySubject assertThat​(byte @Nullable [] actual) -  + +
    Begins an assertion about a byte array.
    + static PrimitiveCharArraySubject assertThat​(char @Nullable [] actual) -  + +
    Begins an assertion about a char array.
    + static PrimitiveDoubleArraySubject assertThat​(double @Nullable [] actual) -  + +
    Begins an assertion about a double array.
    + static PrimitiveFloatArraySubject assertThat​(float @Nullable [] actual) -  + +
    Begins an assertion about a float array.
    + static PrimitiveIntArraySubject assertThat​(int @Nullable [] actual) -  + +
    Begins an assertion about an int array.
    + static PrimitiveLongArraySubject assertThat​(long @Nullable [] actual) -  + +
    Begins an assertion about a long array.
    + static PrimitiveShortArraySubject assertThat​(short @Nullable [] actual) -  + +
    Begins an assertion about a short array.
    + static GuavaOptionalSubject assertThat​(@Nullable Optional<?> actual) -  + +
    Begins an assertion about a Guava Optional.
    + static MultimapSubject assertThat​(@Nullable Multimap<?,​?> actual) -  + +
    Begins an assertion about a Multimap.
    + static MultisetSubject assertThat​(@Nullable Multiset<?> actual) -  + +
    Begins an assertion about a Multiset.
    + static TableSubject assertThat​(@Nullable Table<?,​?,​?> actual) -  + +
    Begins an assertion about a Table.
    + static <ComparableT extends java.lang.Comparable<?>>
    ComparableSubject<ComparableT>
    assertThat​(@Nullable ComparableT actual) -  + +
    Begins an assertion about a Comparable.
    + static BooleanSubject assertThat​(@Nullable java.lang.Boolean actual) -  + +
    Begins an assertion about a Boolean.
    + static ClassSubject assertThat​(@Nullable java.lang.Class<?> actual) -  + +
    Begins an assertion about a Class.
    + static DoubleSubject assertThat​(@Nullable java.lang.Double actual) -  + +
    Begins an assertion about a Double.
    + static FloatSubject assertThat​(@Nullable java.lang.Float actual) -  + +
    Begins an assertion about a Float.
    + static IntegerSubject assertThat​(@Nullable java.lang.Integer actual) -  + +
    Begins an assertion about an Integer.
    + static IterableSubject assertThat​(@Nullable java.lang.Iterable<?> actual) -  + +
    Begins an assertion about an Iterable.
    + static LongSubject assertThat​(@Nullable java.lang.Long actual) -  + +
    Begins an assertion about a Long.
    + static Subject assertThat​(@Nullable java.lang.Object actual) -  + +
    Begins an assertion about an Object.
    + static StringSubject assertThat​(@Nullable java.lang.String actual) -  + +
    Begins an assertion about a String.
    + static ThrowableSubject @@ -338,57 +382,79 @@

    Method Summary

    static BigDecimalSubject assertThat​(@Nullable java.math.BigDecimal actual) -  + +
    Begins an assertion about a BigDecimal.
    + static PathSubject assertThat​(@Nullable java.nio.file.Path actual) -  + +
    Begins an assertion about a Path.
    + static MapSubject assertThat​(@Nullable java.util.Map<?,​?> actual) -  + +
    Begins an assertion about a Map.
    + static OptionalSubject assertThat​(@Nullable java.util.Optional<?> actual) -  + +
    Begins an assertion about an Optional.
    + static OptionalDoubleSubject assertThat​(@Nullable java.util.OptionalDouble actual) -  + +
    Begins an assertion about an OptionalDouble.
    + static OptionalIntSubject assertThat​(@Nullable java.util.OptionalInt actual) -  + +
    Begins an assertion about an OptionalInt.
    + static OptionalLongSubject assertThat​(@Nullable java.util.OptionalLong actual) -  + +
    Begins an assertion about an OptionalLong.
    + static IntStreamSubject assertThat​(@Nullable java.util.stream.IntStream actual) -  + +
    Begins an assertion about an IntStream.
    + static LongStreamSubject assertThat​(@Nullable java.util.stream.LongStream actual) -  + +
    Begins an assertion about a LongStream.
    + static StreamSubject assertThat​(@Nullable java.util.stream.Stream<?> actual) -  + +
    Begins an assertion about a Stream.
    + static <T extends @Nullable java.lang.Object>
    ObjectArraySubject<T>
    assertThat​(T @Nullable [] actual) -  + +
    Begins an assertion about an Object array.
    + static StandardSubjectBuilder @@ -507,6 +573,7 @@

    assertAbout

  • assertThat

    public static <ComparableT extends java.lang.Comparable<?>> ComparableSubject<ComparableT> assertThat​(@Nullable ComparableT actual)
    +
    Begins an assertion about a Comparable.
  • @@ -516,6 +583,7 @@

    assertThat

  • assertThat

    public static BigDecimalSubject assertThat​(@Nullable java.math.BigDecimal actual)
    +
    Begins an assertion about a BigDecimal.
  • @@ -525,6 +593,7 @@

    assertThat

  • assertThat

    public static Subject assertThat​(@Nullable java.lang.Object actual)
    +
    Begins an assertion about an Object.
  • @@ -535,6 +604,7 @@

    assertThat

    assertThat

    @GwtIncompatible("ClassSubject.java")
     public static ClassSubject assertThat​(@Nullable java.lang.Class<?> actual)
    +
    Begins an assertion about a Class.
    @@ -566,6 +636,7 @@

    assertThat

  • assertThat

    public static LongSubject assertThat​(@Nullable java.lang.Long actual)
    +
    Begins an assertion about a Long.
  • @@ -575,6 +646,7 @@

    assertThat

  • assertThat

    public static DoubleSubject assertThat​(@Nullable java.lang.Double actual)
    +
    Begins an assertion about a Double.
  • @@ -584,6 +656,7 @@

    assertThat

  • assertThat

    public static FloatSubject assertThat​(@Nullable java.lang.Float actual)
    +
    Begins an assertion about a Float.
  • @@ -593,6 +666,7 @@

    assertThat

  • assertThat

    public static IntegerSubject assertThat​(@Nullable java.lang.Integer actual)
    +
    Begins an assertion about an Integer.
  • @@ -602,6 +676,7 @@

    assertThat

  • assertThat

    public static BooleanSubject assertThat​(@Nullable java.lang.Boolean actual)
    +
    Begins an assertion about a Boolean.
  • @@ -611,6 +686,7 @@

    assertThat

  • assertThat

    public static StringSubject assertThat​(@Nullable java.lang.String actual)
    +
    Begins an assertion about a String.
  • @@ -620,6 +696,7 @@

    assertThat

  • assertThat

    public static IterableSubject assertThat​(@Nullable java.lang.Iterable<?> actual)
    +
    Begins an assertion about an Iterable.
  • @@ -631,6 +708,7 @@

    assertThat

  • assertThat

    public static <T extends @Nullable java.lang.Object> ObjectArraySubject<T> assertThat​(T @Nullable [] actual)
    +
    Begins an assertion about an Object array.
  • @@ -640,6 +718,7 @@

    assertThat

  • assertThat

    public static PrimitiveBooleanArraySubject assertThat​(boolean @Nullable [] actual)
    +
    Begins an assertion about a boolean array.
  • @@ -649,6 +728,7 @@

    assertThat

  • assertThat

    public static PrimitiveShortArraySubject assertThat​(short @Nullable [] actual)
    +
    Begins an assertion about a short array.
  • @@ -658,6 +738,7 @@

    assertThat

  • assertThat

    public static PrimitiveIntArraySubject assertThat​(int @Nullable [] actual)
    +
    Begins an assertion about an int array.
  • @@ -667,6 +748,7 @@

    assertThat

  • assertThat

    public static PrimitiveLongArraySubject assertThat​(long @Nullable [] actual)
    +
    Begins an assertion about a long array.
  • @@ -676,6 +758,7 @@

    assertThat

  • assertThat

    public static PrimitiveByteArraySubject assertThat​(byte @Nullable [] actual)
    +
    Begins an assertion about a byte array.
  • @@ -685,6 +768,7 @@

    assertThat

  • assertThat

    public static PrimitiveCharArraySubject assertThat​(char @Nullable [] actual)
    +
    Begins an assertion about a char array.
  • @@ -694,6 +778,7 @@

    assertThat

  • assertThat

    public static PrimitiveFloatArraySubject assertThat​(float @Nullable [] actual)
    +
    Begins an assertion about a float array.
  • @@ -703,6 +788,7 @@

    assertThat

  • assertThat

    public static PrimitiveDoubleArraySubject assertThat​(double @Nullable [] actual)
    +
    Begins an assertion about a double array.
  • @@ -712,6 +798,7 @@

    assertThat

  • assertThat

    public static GuavaOptionalSubject assertThat​(@Nullable Optional<?> actual)
    +
    Begins an assertion about a Guava Optional.
  • @@ -721,6 +808,7 @@

    assertThat

  • assertThat

    public static MapSubject assertThat​(@Nullable java.util.Map<?,​?> actual)
    +
    Begins an assertion about a Map.
  • @@ -730,6 +818,7 @@

    assertThat

  • assertThat

    public static MultimapSubject assertThat​(@Nullable Multimap<?,​?> actual)
    +
    Begins an assertion about a Multimap.
  • @@ -739,6 +828,7 @@

    assertThat

  • assertThat

    public static MultisetSubject assertThat​(@Nullable Multiset<?> actual)
    +
    Begins an assertion about a Multiset.
  • @@ -748,6 +838,7 @@

    assertThat

  • assertThat

    public static TableSubject assertThat​(@Nullable Table<?,​?,​?> actual)
    +
    Begins an assertion about a Table.
  • @@ -757,6 +848,7 @@

    assertThat

  • assertThat

    public static OptionalSubject assertThat​(@Nullable java.util.Optional<?> actual)
    +
    Begins an assertion about an Optional.
    Since:
    1.3.0 (present in Truth8 since before 1.0)
    @@ -770,6 +862,7 @@

    assertThat

  • assertThat

    public static OptionalIntSubject assertThat​(@Nullable java.util.OptionalInt actual)
    +
    Begins an assertion about an OptionalInt.
    Since:
    1.3.0 (present in Truth8 since before 1.0)
    @@ -783,6 +876,7 @@

    assertThat

  • assertThat

    public static OptionalLongSubject assertThat​(@Nullable java.util.OptionalLong actual)
    +
    Begins an assertion about an OptionalLong.
    Since:
    1.4.0 (present in Truth8 since before 1.0)
    @@ -796,6 +890,7 @@

    assertThat

  • assertThat

    public static OptionalDoubleSubject assertThat​(@Nullable java.util.OptionalDouble actual)
    +
    Begins an assertion about an OptionalDouble.
    Since:
    1.4.0 (present in Truth8 since before 1.0)
    @@ -809,6 +904,7 @@

    assertThat

  • assertThat

    public static StreamSubject assertThat​(@Nullable java.util.stream.Stream<?> actual)
    +
    Begins an assertion about a Stream.
    Since:
    1.4.0 (present in Truth8 since before 1.0)
    @@ -822,6 +918,7 @@

    assertThat

  • assertThat

    public static IntStreamSubject assertThat​(@Nullable java.util.stream.IntStream actual)
    +
    Begins an assertion about an IntStream.
    Since:
    1.4.0 (present in Truth8 since before 1.0)
    @@ -835,6 +932,7 @@

    assertThat

  • assertThat

    public static LongStreamSubject assertThat​(@Nullable java.util.stream.LongStream actual)
    +
    Begins an assertion about a LongStream.
    Since:
    1.4.0 (present in Truth8 since before 1.0)
    @@ -850,6 +948,7 @@

    assertThat

    @GwtIncompatible
     @J2ObjCIncompatible
     public static PathSubject assertThat​(@Nullable java.nio.file.Path actual)
    +
    Begins an assertion about a Path.
    Since:
    1.4.0 (present in Truth8 since before 1.0)
    diff --git a/api/latest/com/google/common/truth/class-use/BigDecimalSubject.html b/api/latest/com/google/common/truth/class-use/BigDecimalSubject.html index cb2af4fba..6a620959d 100644 --- a/api/latest/com/google/common/truth/class-use/BigDecimalSubject.html +++ b/api/latest/com/google/common/truth/class-use/BigDecimalSubject.html @@ -134,7 +134,9 @@

    Uses of static BigDecimalSubject Truth.assertThat​(@Nullable java.math.BigDecimal actual) -  + +
    Begins an assertion about a BigDecimal.
    + BigDecimalSubject diff --git a/api/latest/com/google/common/truth/class-use/BooleanSubject.html b/api/latest/com/google/common/truth/class-use/BooleanSubject.html index c1caa298c..d8e94fc26 100644 --- a/api/latest/com/google/common/truth/class-use/BooleanSubject.html +++ b/api/latest/com/google/common/truth/class-use/BooleanSubject.html @@ -134,7 +134,9 @@

    Uses of static BooleanSubject Truth.assertThat​(@Nullable java.lang.Boolean actual) -  + +
    Begins an assertion about a Boolean.
    + BooleanSubject diff --git a/api/latest/com/google/common/truth/class-use/ClassSubject.html b/api/latest/com/google/common/truth/class-use/ClassSubject.html index 697b2acf2..a86146f24 100644 --- a/api/latest/com/google/common/truth/class-use/ClassSubject.html +++ b/api/latest/com/google/common/truth/class-use/ClassSubject.html @@ -134,7 +134,9 @@

    Uses of static ClassSubject Truth.assertThat​(@Nullable java.lang.Class<?> actual) -  + +
    Begins an assertion about a Class.
    + ClassSubject diff --git a/api/latest/com/google/common/truth/class-use/ComparableSubject.html b/api/latest/com/google/common/truth/class-use/ComparableSubject.html index fae6d8a5e..4f760a47e 100644 --- a/api/latest/com/google/common/truth/class-use/ComparableSubject.html +++ b/api/latest/com/google/common/truth/class-use/ComparableSubject.html @@ -186,7 +186,9 @@

    Uses of static <ComparableT extends java.lang.Comparable<?>>
    ComparableSubject<ComparableT> Truth.assertThat​(@Nullable ComparableT actual) -  + +
    Begins an assertion about a Comparable.
    + <ComparableT extends java.lang.Comparable<?>>
    ComparableSubject<ComparableT>
    diff --git a/api/latest/com/google/common/truth/class-use/DoubleSubject.html b/api/latest/com/google/common/truth/class-use/DoubleSubject.html index c8f084fe9..5832c52c7 100644 --- a/api/latest/com/google/common/truth/class-use/DoubleSubject.html +++ b/api/latest/com/google/common/truth/class-use/DoubleSubject.html @@ -134,7 +134,9 @@

    Uses of static DoubleSubject Truth.assertThat​(@Nullable java.lang.Double actual) -  + +
    Begins an assertion about a Double.
    + DoubleSubject diff --git a/api/latest/com/google/common/truth/class-use/FloatSubject.html b/api/latest/com/google/common/truth/class-use/FloatSubject.html index bf6a10059..b2dc8b4c0 100644 --- a/api/latest/com/google/common/truth/class-use/FloatSubject.html +++ b/api/latest/com/google/common/truth/class-use/FloatSubject.html @@ -134,7 +134,9 @@

    Uses of static FloatSubject Truth.assertThat​(@Nullable java.lang.Float actual) -  + +
    Begins an assertion about a Float.
    + FloatSubject diff --git a/api/latest/com/google/common/truth/class-use/GuavaOptionalSubject.html b/api/latest/com/google/common/truth/class-use/GuavaOptionalSubject.html index deb849d5d..f55650229 100644 --- a/api/latest/com/google/common/truth/class-use/GuavaOptionalSubject.html +++ b/api/latest/com/google/common/truth/class-use/GuavaOptionalSubject.html @@ -134,7 +134,9 @@

    Uses of static GuavaOptionalSubject Truth.assertThat​(@Nullable Optional<?> actual) -  + +
    Begins an assertion about a Guava Optional.
    + GuavaOptionalSubject diff --git a/api/latest/com/google/common/truth/class-use/IntStreamSubject.html b/api/latest/com/google/common/truth/class-use/IntStreamSubject.html index a3dc4ee18..8a2abd6de 100644 --- a/api/latest/com/google/common/truth/class-use/IntStreamSubject.html +++ b/api/latest/com/google/common/truth/class-use/IntStreamSubject.html @@ -134,7 +134,9 @@

    Uses of static IntStreamSubject Truth.assertThat​(@Nullable java.util.stream.IntStream actual) -  + +
    Begins an assertion about an IntStream.
    + static IntStreamSubject diff --git a/api/latest/com/google/common/truth/class-use/IntegerSubject.html b/api/latest/com/google/common/truth/class-use/IntegerSubject.html index def6dae95..adb98ceef 100644 --- a/api/latest/com/google/common/truth/class-use/IntegerSubject.html +++ b/api/latest/com/google/common/truth/class-use/IntegerSubject.html @@ -141,7 +141,9 @@

    Uses of static IntegerSubject Truth.assertThat​(@Nullable java.lang.Integer actual) -  + +
    Begins an assertion about an Integer.
    + IntegerSubject diff --git a/api/latest/com/google/common/truth/class-use/IterableSubject.html b/api/latest/com/google/common/truth/class-use/IterableSubject.html index c7330f8f2..dad578d3a 100644 --- a/api/latest/com/google/common/truth/class-use/IterableSubject.html +++ b/api/latest/com/google/common/truth/class-use/IterableSubject.html @@ -193,7 +193,9 @@

    Uses of static IterableSubject Truth.assertThat​(@Nullable java.lang.Iterable<?> actual) -  + +
    Begins an assertion about an Iterable.
    + IterableSubject diff --git a/api/latest/com/google/common/truth/class-use/LongStreamSubject.html b/api/latest/com/google/common/truth/class-use/LongStreamSubject.html index 4871e38d4..16b564e80 100644 --- a/api/latest/com/google/common/truth/class-use/LongStreamSubject.html +++ b/api/latest/com/google/common/truth/class-use/LongStreamSubject.html @@ -134,7 +134,9 @@

    Uses of static LongStreamSubject Truth.assertThat​(@Nullable java.util.stream.LongStream actual) -  + +
    Begins an assertion about a LongStream.
    + static LongStreamSubject diff --git a/api/latest/com/google/common/truth/class-use/LongSubject.html b/api/latest/com/google/common/truth/class-use/LongSubject.html index 818b0be28..9f739519e 100644 --- a/api/latest/com/google/common/truth/class-use/LongSubject.html +++ b/api/latest/com/google/common/truth/class-use/LongSubject.html @@ -134,7 +134,9 @@

    Uses of static LongSubject Truth.assertThat​(@Nullable java.lang.Long actual) -  + +
    Begins an assertion about a Long.
    + LongSubject diff --git a/api/latest/com/google/common/truth/class-use/MapSubject.html b/api/latest/com/google/common/truth/class-use/MapSubject.html index 3c74a0637..719c2d723 100644 --- a/api/latest/com/google/common/truth/class-use/MapSubject.html +++ b/api/latest/com/google/common/truth/class-use/MapSubject.html @@ -141,7 +141,9 @@

    Uses of static MapSubject Truth.assertThat​(@Nullable java.util.Map<?,​?> actual) -  + +
    Begins an assertion about a Map.
    + MapSubject diff --git a/api/latest/com/google/common/truth/class-use/MultimapSubject.html b/api/latest/com/google/common/truth/class-use/MultimapSubject.html index 061464a78..06d245554 100644 --- a/api/latest/com/google/common/truth/class-use/MultimapSubject.html +++ b/api/latest/com/google/common/truth/class-use/MultimapSubject.html @@ -141,7 +141,9 @@

    Uses of static MultimapSubject Truth.assertThat​(@Nullable Multimap<?,​?> actual) -  + +
    Begins an assertion about a Multimap.
    + MultimapSubject diff --git a/api/latest/com/google/common/truth/class-use/MultisetSubject.html b/api/latest/com/google/common/truth/class-use/MultisetSubject.html index b3c1406ea..dd3f445bd 100644 --- a/api/latest/com/google/common/truth/class-use/MultisetSubject.html +++ b/api/latest/com/google/common/truth/class-use/MultisetSubject.html @@ -134,7 +134,9 @@

    Uses of static MultisetSubject Truth.assertThat​(@Nullable Multiset<?> actual) -  + +
    Begins an assertion about a Multiset.
    + MultisetSubject diff --git a/api/latest/com/google/common/truth/class-use/ObjectArraySubject.html b/api/latest/com/google/common/truth/class-use/ObjectArraySubject.html index 45768482d..61349fd09 100644 --- a/api/latest/com/google/common/truth/class-use/ObjectArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/ObjectArraySubject.html @@ -134,7 +134,9 @@

    Uses of static <T extends @Nullable java.lang.Object>
    ObjectArraySubject<T> Truth.assertThat​(T @Nullable [] actual) -  + +
    Begins an assertion about an Object array.
    + <T extends @Nullable java.lang.Object>
    ObjectArraySubject<T>
    diff --git a/api/latest/com/google/common/truth/class-use/OptionalDoubleSubject.html b/api/latest/com/google/common/truth/class-use/OptionalDoubleSubject.html index 1e4fa3fd8..2e51cdc8b 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalDoubleSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalDoubleSubject.html @@ -134,7 +134,9 @@

    Uses of static OptionalDoubleSubject Truth.assertThat​(@Nullable java.util.OptionalDouble actual) -  + +
    Begins an assertion about an OptionalDouble.
    + static OptionalDoubleSubject diff --git a/api/latest/com/google/common/truth/class-use/OptionalIntSubject.html b/api/latest/com/google/common/truth/class-use/OptionalIntSubject.html index 46ec7f2b9..c39392dde 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalIntSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalIntSubject.html @@ -134,7 +134,9 @@

    Uses of static OptionalIntSubject Truth.assertThat​(@Nullable java.util.OptionalInt actual) -  + +
    Begins an assertion about an OptionalInt.
    + static OptionalIntSubject diff --git a/api/latest/com/google/common/truth/class-use/OptionalLongSubject.html b/api/latest/com/google/common/truth/class-use/OptionalLongSubject.html index b26e77670..c74c2119d 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalLongSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalLongSubject.html @@ -134,7 +134,9 @@

    Uses of static OptionalLongSubject Truth.assertThat​(@Nullable java.util.OptionalLong actual) -  + +
    Begins an assertion about an OptionalLong.
    + static OptionalLongSubject diff --git a/api/latest/com/google/common/truth/class-use/OptionalSubject.html b/api/latest/com/google/common/truth/class-use/OptionalSubject.html index 65316aa43..8640eac89 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalSubject.html @@ -134,7 +134,9 @@

    Uses of static OptionalSubject Truth.assertThat​(@Nullable java.util.Optional<?> actual) -  + +
    Begins an assertion about an Optional.
    + static OptionalSubject diff --git a/api/latest/com/google/common/truth/class-use/PathSubject.html b/api/latest/com/google/common/truth/class-use/PathSubject.html index 08969c524..106c22e2c 100644 --- a/api/latest/com/google/common/truth/class-use/PathSubject.html +++ b/api/latest/com/google/common/truth/class-use/PathSubject.html @@ -134,7 +134,9 @@

    Uses of static PathSubject Truth.assertThat​(@Nullable java.nio.file.Path actual) -  + +
    Begins an assertion about a Path.
    + static PathSubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveBooleanArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveBooleanArraySubject.html index cf9774a4b..32ca4e756 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveBooleanArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveBooleanArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveBooleanArraySubject Truth.assertThat​(boolean @Nullable [] actual) -  + +
    Begins an assertion about a boolean array.
    + PrimitiveBooleanArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveByteArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveByteArraySubject.html index 15116be64..425d68209 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveByteArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveByteArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveByteArraySubject Truth.assertThat​(byte @Nullable [] actual) -  + +
    Begins an assertion about a byte array.
    + PrimitiveByteArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveCharArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveCharArraySubject.html index bd1a95237..216c4ce97 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveCharArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveCharArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveCharArraySubject Truth.assertThat​(char @Nullable [] actual) -  + +
    Begins an assertion about a char array.
    + PrimitiveCharArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveDoubleArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveDoubleArraySubject.html index 2c063549f..5e654bd6b 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveDoubleArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveDoubleArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveDoubleArraySubject Truth.assertThat​(double @Nullable [] actual) -  + +
    Begins an assertion about a double array.
    + PrimitiveDoubleArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveFloatArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveFloatArraySubject.html index 097bd32e7..60d16d688 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveFloatArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveFloatArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveFloatArraySubject Truth.assertThat​(float @Nullable [] actual) -  + +
    Begins an assertion about a float array.
    + PrimitiveFloatArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveIntArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveIntArraySubject.html index 4773db952..3bb983e59 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveIntArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveIntArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveIntArraySubject Truth.assertThat​(int @Nullable [] actual) -  + +
    Begins an assertion about an int array.
    + PrimitiveIntArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveLongArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveLongArraySubject.html index b9f10b320..cd2dde5a8 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveLongArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveLongArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveLongArraySubject Truth.assertThat​(long @Nullable [] actual) -  + +
    Begins an assertion about a long array.
    + PrimitiveLongArraySubject diff --git a/api/latest/com/google/common/truth/class-use/PrimitiveShortArraySubject.html b/api/latest/com/google/common/truth/class-use/PrimitiveShortArraySubject.html index 5792de260..c3e42a94d 100644 --- a/api/latest/com/google/common/truth/class-use/PrimitiveShortArraySubject.html +++ b/api/latest/com/google/common/truth/class-use/PrimitiveShortArraySubject.html @@ -134,7 +134,9 @@

    Uses of static PrimitiveShortArraySubject Truth.assertThat​(short @Nullable [] actual) -  + +
    Begins an assertion about a short array.
    + PrimitiveShortArraySubject diff --git a/api/latest/com/google/common/truth/class-use/StreamSubject.html b/api/latest/com/google/common/truth/class-use/StreamSubject.html index dc67ee61a..99c739199 100644 --- a/api/latest/com/google/common/truth/class-use/StreamSubject.html +++ b/api/latest/com/google/common/truth/class-use/StreamSubject.html @@ -134,7 +134,9 @@

    Uses of static StreamSubject Truth.assertThat​(@Nullable java.util.stream.Stream<?> actual) -  + +
    Begins an assertion about a Stream.
    + static StreamSubject diff --git a/api/latest/com/google/common/truth/class-use/StringSubject.html b/api/latest/com/google/common/truth/class-use/StringSubject.html index 5ebd19af5..1d1baeb84 100644 --- a/api/latest/com/google/common/truth/class-use/StringSubject.html +++ b/api/latest/com/google/common/truth/class-use/StringSubject.html @@ -134,7 +134,9 @@

    Uses of static StringSubject Truth.assertThat​(@Nullable java.lang.String actual) -  + +
    Begins an assertion about a String.
    + StringSubject diff --git a/api/latest/com/google/common/truth/class-use/Subject.html b/api/latest/com/google/common/truth/class-use/Subject.html index 65384f071..f27343730 100644 --- a/api/latest/com/google/common/truth/class-use/Subject.html +++ b/api/latest/com/google/common/truth/class-use/Subject.html @@ -461,7 +461,9 @@

    Uses of S static Subject Truth.assertThat​(@Nullable java.lang.Object actual) -  + +
    Begins an assertion about an Object.
    + Subject diff --git a/api/latest/com/google/common/truth/class-use/TableSubject.html b/api/latest/com/google/common/truth/class-use/TableSubject.html index af235c478..2c242c977 100644 --- a/api/latest/com/google/common/truth/class-use/TableSubject.html +++ b/api/latest/com/google/common/truth/class-use/TableSubject.html @@ -134,7 +134,9 @@

    Uses of static TableSubject Truth.assertThat​(@Nullable Table<?,​?,​?> actual) -  + +
    Begins an assertion about a Table.
    + TableSubject diff --git a/api/latest/com/google/common/truth/extensions/proto/LiteProtoSubject.html b/api/latest/com/google/common/truth/extensions/proto/LiteProtoSubject.html index 1c9366787..ad580a34f 100644 --- a/api/latest/com/google/common/truth/extensions/proto/LiteProtoSubject.html +++ b/api/latest/com/google/common/truth/extensions/proto/LiteProtoSubject.html @@ -262,7 +262,7 @@

    Method Summary

    void isNotEqualTo​(@Nullable java.lang.Object expected) -
    Fails if the subject is equal to the given object.
    +
    Checks that the value under test is not equal to the given object.
    @@ -390,8 +390,8 @@

    isEqualTo

    isNotEqualTo

    public void isNotEqualTo​(@Nullable java.lang.Object expected)
    Description copied from class: Subject
    -
    Fails if the subject is equal to the given object. The meaning of equality is the same as for - the Subject.isEqualTo(java.lang.Object) method.
    +
    Checks that the value under test is not equal to the given object. The meaning of equality is + the same as for the Subject.isEqualTo(java.lang.Object) method.
    Overrides:
    isNotEqualTo in class Subject
    diff --git a/api/latest/com/google/common/truth/extensions/proto/ProtoSubject.html b/api/latest/com/google/common/truth/extensions/proto/ProtoSubject.html index d730fe2b6..53f79b760 100644 --- a/api/latest/com/google/common/truth/extensions/proto/ProtoSubject.html +++ b/api/latest/com/google/common/truth/extensions/proto/ProtoSubject.html @@ -410,7 +410,7 @@

    Method Summary

    void isNotEqualTo​(@Nullable java.lang.Object expected) -
    Fails if the subject is equal to the given object.
    +
    Checks that the value under test is not equal to the given object.
    @@ -1266,8 +1266,8 @@

    isEqualTo

    isNotEqualTo

    public void isNotEqualTo​(@Nullable java.lang.Object expected)
    Description copied from class: Subject
    -
    Fails if the subject is equal to the given object. The meaning of equality is the same as for - the Subject.isEqualTo(java.lang.Object) method.
    +
    Checks that the value under test is not equal to the given object. The meaning of equality is + the same as for the Subject.isEqualTo(java.lang.Object) method.
    Overrides:
    isNotEqualTo in class LiteProtoSubject
    diff --git a/api/latest/index-all.html b/api/latest/index-all.html index 61d39598b..cf1d7f658 100644 --- a/api/latest/index-all.html +++ b/api/latest/index-all.html @@ -203,33 +203,57 @@

    A

    method creates instances of that class.
  • assertThat(boolean[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a boolean array.
    +
    assertThat(byte[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a byte array.
    +
    assertThat(char[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a char array.
    +
    assertThat(double[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a double array.
    +
    assertThat(float[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a float array.
    +
    assertThat(int[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an int array.
    +
    assertThat(long[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a long array.
    +
    assertThat(short[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a short array.
    +
    assertThat(Optional<?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Guava Optional.
    +
    assertThat(Multimap<?, ?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Multimap.
    +
    assertThat(Multimap<?, M>) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
    Assert on a Multimap with Message values.
    assertThat(Multiset<?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Multiset.
    +
    assertThat(Table<?, ?, ?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Table.
    +
    assertThat(Message) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
    Assert on a single Message instance.
    @@ -241,96 +265,138 @@

    A

    Assert on a single MessageLite instance.
    assertThat(ComparableT) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Comparable.
    +
    assertThat(AssertionError) - Static method in class com.google.common.truth.ExpectFailure
    Creates a subject for asserting about the given AssertionError, usually one produced by Truth.
    assertThat(Boolean) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Boolean.
    +
    assertThat(Class<?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Class.
    +
    assertThat(Double) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Double.
    +
    assertThat(Float) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Float.
    +
    assertThat(Integer) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an Integer.
    +
    assertThat(Iterable<?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an Iterable.
    +
    assertThat(Iterable<M>) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
    Assert on a sequence of Messages.
    assertThat(Long) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Long.
    +
    assertThat(Object) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an Object.
    +
    assertThat(String) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a String.
    +
    assertThat(Throwable) - Static method in class com.google.common.truth.Truth
    Begins an assertion about a Throwable.
    assertThat(BigDecimal) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a BigDecimal.
    +
    assertThat(Path) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Path.
    +
    assertThat(Path) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(Map<?, ?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Map.
    +
    assertThat(Map<?, M>) - Static method in class com.google.common.truth.extensions.proto.ProtoTruth
    Assert on a map with Message values.
    assertThat(Optional<?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an Optional.
    +
    assertThat(Optional<?>) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(OptionalDouble) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an OptionalDouble.
    +
    assertThat(OptionalDouble) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(OptionalInt) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an OptionalInt.
    +
    assertThat(OptionalInt) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(OptionalLong) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an OptionalLong.
    +
    assertThat(OptionalLong) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(IntStream) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an IntStream.
    +
    assertThat(IntStream) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(LongStream) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a LongStream.
    +
    assertThat(LongStream) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(Stream<?>) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about a Stream.
    +
    assertThat(Stream<?>) - Static method in class com.google.common.truth.Truth8
    Deprecated.
     
    assertThat(T[]) - Static method in class com.google.common.truth.Truth
    -
     
    +
    +
    Begins an assertion about an Object array.
    +
    assertWithMessage(String) - Static method in class com.google.common.truth.Truth
    Begins an assertion that, if it fails, will prepend the given message to the failure message.
    @@ -2421,7 +2487,7 @@

    I

    isAnyOf(Object, Object, Object...) - Method in class com.google.common.truth.Subject
    -
    Fails unless the subject is equal to any of the given elements.
    +
    Checks that the value under test is equal to any of the given elements.
    isAssignableTo(Class<?>) - Method in class com.google.common.truth.ClassSubject
    @@ -2573,7 +2639,7 @@

    I

    isEqualTo(Object) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is not equal to the given object.
    +
    Checks that the value under test is equal to the given object.
    isEqualTo(String) - Method in class com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
    @@ -2666,7 +2732,7 @@

    I

    isIn(Iterable<?>) - Method in class com.google.common.truth.Subject
    -
    Fails unless the subject is equal to any element in the given iterable.
    +
    Checks that the value under test is equal to any element in the given iterable.
    isIn(Range<T>) - Method in class com.google.common.truth.ComparableSubject
    @@ -2712,7 +2778,7 @@

    I

    isInstanceOf(Class<?>) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is not an instance of the given class.
    +
    Checks that the value under test is an instance of the given class.
    isInStrictOrder() - Method in class com.google.common.truth.extensions.proto.IterableOfProtosSubject
    @@ -2796,7 +2862,7 @@

    I

    isNoneOf(Object, Object, Object...) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is equal to any of the given elements.
    +
    Checks that the value under test is not equal to any of the given elements.
    isNonZero() - Method in class com.google.common.truth.DoubleSubject
    @@ -2892,7 +2958,7 @@

    I

    isNotEqualTo(Object) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is equal to the given object.
    +
    Checks that the value under test is not equal to the given object.
    isNotEqualTo(String) - Method in class com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
    @@ -2910,7 +2976,7 @@

    I

    isNotIn(Iterable<?>) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is equal to any element in the given iterable.
    +
    Checks that the value under test is not equal to any element in the given iterable.
    isNotIn(Range<T>) - Method in class com.google.common.truth.ComparableSubject
    @@ -2918,7 +2984,7 @@

    I

    isNotInstanceOf(Class<?>) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is an instance of the given class.
    +
    Checks that the value under test is not an instance of the given class.
    isNotNaN() - Method in class com.google.common.truth.DoubleSubject
    @@ -2931,11 +2997,11 @@

    I

    isNotNull() - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is null.
    +
    Checks that the value under test is not null.
    isNotSameInstanceAs(Object) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is the same instance as the given object.
    +
    Checks that the value under test is not the same instance as the given object.
    isNotWithin(double) - Method in class com.google.common.truth.DoubleSubject
    @@ -2959,7 +3025,7 @@

    I

    isNull() - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is not null.
    +
    Checks that the value under test is null.
    isPositiveInfinity() - Method in class com.google.common.truth.DoubleSubject
    @@ -2991,7 +3057,7 @@

    I

    isSameInstanceAs(Object) - Method in class com.google.common.truth.Subject
    -
    Fails if the subject is not the same instance as the given object.
    +
    Checks that the value under test is the same instance as the given object.
    isTrue() - Method in class com.google.common.truth.BooleanSubject
    diff --git a/api/latest/member-search-index.zip b/api/latest/member-search-index.zip index 507cf1de20c4bc7ac8fdd897434badd6bca385de..b0d902ce06d47f3905267f62f963ad83419b64f7 100644 GIT binary patch delta 30 kcmca>eb<^dz?+#xgn@&DgW>9I$Bn!Vvdlnw@&s950EwyzSpWb4 delta 30 kcmca>eb<^dz?+#xgn@&DgTc92Y9nuhEHjXvJVDkM0CzwKmjD0& diff --git a/api/latest/package-search-index.zip b/api/latest/package-search-index.zip index 593e58ec50bd3f9be59a80ebdcf6cb3a4b4a59f3..c082453b9d449e4a1a58e39a20b1e45fb35a6ce8 100644 GIT binary patch delta 28 hcmZo;YGdLJ@MdNaVc_84V7NNlaU$;uW)QW*4**;H2rd8s delta 28 hcmZo;YGdLJ@MdNaVc_84U~n#$n#j9?8AR>y0{~1k25bNT diff --git a/api/latest/type-search-index.zip b/api/latest/type-search-index.zip index 56a7355645cc15aab0cbbbb7cfd309fd6eb7b135..8796d861a6db25af8f06967192b023b458c7509e 100644 GIT binary patch delta 30 kcmcb@c7=^Mz?+#xgn@&DgW>9I$Bn!{nV5m}WKL#p0Dc4rm;e9( delta 30 kcmcb@c7=^Mz?+#xgn@&DgTc92Y9sGYCT1W#nUmQY0Bf2C)&Kwi