From 7a72e9f5408c76ace68c2ca2f5b9431fba470c45 Mon Sep 17 00:00:00 2001 From: "copybara-service[bot]" Date: Tue, 6 Feb 2024 22:21:07 +0000 Subject: [PATCH] Latest javadoc on successful CI build auto-pushed to gh-pages. --- api/latest/allclasses-index.html | 5 +- .../google/common/truth/IntStreamSubject.html | 7 +- .../common/truth/LongStreamSubject.html | 7 +- .../common/truth/OptionalDoubleSubject.html | 7 +- .../common/truth/OptionalIntSubject.html | 7 +- .../common/truth/OptionalLongSubject.html | 7 +- .../google/common/truth/OptionalSubject.html | 7 +- .../com/google/common/truth/PathSubject.html | 7 +- .../google/common/truth/StreamSubject.html | 7 +- .../com/google/common/truth/Truth8.html | 66 +++++++++++------ .../truth/class-use/IntStreamSubject.html | 8 +- .../truth/class-use/LongStreamSubject.html | 8 +- .../class-use/OptionalDoubleSubject.html | 8 +- .../truth/class-use/OptionalIntSubject.html | 8 +- .../truth/class-use/OptionalLongSubject.html | 8 +- .../truth/class-use/OptionalSubject.html | 8 +- .../common/truth/class-use/PathSubject.html | 8 +- .../common/truth/class-use/StreamSubject.html | 8 +- .../truth/class-use/Subject.Factory.html | 32 ++++++-- .../google/common/truth/package-summary.html | 5 +- api/latest/deprecated-list.html | 26 ++++++- api/latest/index-all.html | 69 +++++++++++++----- 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 25 files changed, 245 insertions(+), 78 deletions(-) diff --git a/api/latest/allclasses-index.html b/api/latest/allclasses-index.html index f198323e5..9267267ea 100644 --- a/api/latest/allclasses-index.html +++ b/api/latest/allclasses-index.html @@ -592,8 +592,9 @@

All Classes

Truth8 - -
The primary entry point for assertions about Java 8 types.
+Deprecated. +
Instead of this class's methods, use the identical methods declared in the main + Truth class.
diff --git a/api/latest/com/google/common/truth/IntStreamSubject.html b/api/latest/com/google/common/truth/IntStreamSubject.html index 706f9b7e0..3d05daf5e 100644 --- a/api/latest/com/google/common/truth/IntStreamSubject.html +++ b/api/latest/com/google/common/truth/IntStreamSubject.html @@ -294,7 +294,9 @@

Method Summary

static Subject.Factory<IntStreamSubject,​java.util.stream.IntStream> intStreams() -  + +
Obsolete factory instance.
+ void @@ -399,6 +401,9 @@

actualCustomStringRepresentation

  • intStreams

    public static Subject.Factory<IntStreamSubject,​java.util.stream.IntStream> intStreams()
    +
    Obsolete factory instance. This factory was previously necessary for assertions like + assertWithMessage(...).about(intStreams()).that(stream)..... Now, you can perform assertions + like that without the about(...) call.
  • diff --git a/api/latest/com/google/common/truth/LongStreamSubject.html b/api/latest/com/google/common/truth/LongStreamSubject.html index c4298158b..f9d4e43e8 100644 --- a/api/latest/com/google/common/truth/LongStreamSubject.html +++ b/api/latest/com/google/common/truth/LongStreamSubject.html @@ -337,7 +337,9 @@

    Method Summary

    static
    Subject.Factory<LongStreamSubject,​java.util.stream.LongStream> longStreams() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/OptionalDoubleSubject.html b/api/latest/com/google/common/truth/OptionalDoubleSubject.html index abb6d3093..7505d5f97 100644 --- a/api/latest/com/google/common/truth/OptionalDoubleSubject.html +++ b/api/latest/com/google/common/truth/OptionalDoubleSubject.html @@ -207,7 +207,9 @@

    Method Summary

    static
    Subject.Factory<OptionalDoubleSubject,​java.util.OptionalDouble> optionalDoubles() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/OptionalIntSubject.html b/api/latest/com/google/common/truth/OptionalIntSubject.html index a0d5786da..c4bd9302b 100644 --- a/api/latest/com/google/common/truth/OptionalIntSubject.html +++ b/api/latest/com/google/common/truth/OptionalIntSubject.html @@ -207,7 +207,9 @@

    Method Summary

    static Subject.Factory<OptionalIntSubject,​java.util.OptionalInt> optionalInts() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/OptionalLongSubject.html b/api/latest/com/google/common/truth/OptionalLongSubject.html index a14a3acd6..83fef2113 100644 --- a/api/latest/com/google/common/truth/OptionalLongSubject.html +++ b/api/latest/com/google/common/truth/OptionalLongSubject.html @@ -207,7 +207,9 @@

    Method Summary

    static Subject.Factory<OptionalLongSubject,​java.util.OptionalLong> optionalLongs() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/OptionalSubject.html b/api/latest/com/google/common/truth/OptionalSubject.html index af791fc50..a7abb14a9 100644 --- a/api/latest/com/google/common/truth/OptionalSubject.html +++ b/api/latest/com/google/common/truth/OptionalSubject.html @@ -207,7 +207,9 @@

    Method Summary

    static Subject.Factory<OptionalSubject,​java.util.Optional<?>> optionals() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/PathSubject.html b/api/latest/com/google/common/truth/PathSubject.html index 5a841c8fe..7034c0ebc 100644 --- a/api/latest/com/google/common/truth/PathSubject.html +++ b/api/latest/com/google/common/truth/PathSubject.html @@ -186,7 +186,9 @@

    Method Summary

    static Subject.Factory<PathSubject,​java.nio.file.Path> paths() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/StreamSubject.html b/api/latest/com/google/common/truth/StreamSubject.html index 04e4aaf8f..95bd7ed37 100644 --- a/api/latest/com/google/common/truth/StreamSubject.html +++ b/api/latest/com/google/common/truth/StreamSubject.html @@ -359,7 +359,9 @@

    Method Summary

    static Subject.Factory<StreamSubject,​java.util.stream.Stream<?>> streams() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/Truth8.html b/api/latest/com/google/common/truth/Truth8.html index d02decaf2..d9ef244e0 100644 --- a/api/latest/com/google/common/truth/Truth8.html +++ b/api/latest/com/google/common/truth/Truth8.html @@ -27,8 +27,8 @@ catch(err) { } //--> -var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9}; -var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var data = {"i0":41,"i1":41,"i2":41,"i3":41,"i4":41,"i5":41,"i6":41,"i7":41}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -132,20 +132,14 @@

    Class Truth8

    @@ -160,7 +154,7 @@

    Class Truth8

    Method Summary

    - + @@ -169,42 +163,58 @@

    Method Summary

    - + - + - + - + - + - + - + - +
    All Methods Static Methods Concrete Methods All Methods Static Methods Concrete Methods Deprecated Methods 
    Modifier and Type Method
    static PathSubject assertThat​(@Nullable java.nio.file.Path target)  +
    Deprecated.
    static OptionalSubject assertThat​(@Nullable java.util.Optional<?> target)  +
    Deprecated.
    static OptionalDoubleSubject assertThat​(@Nullable java.util.OptionalDouble target)  +
    Deprecated.
    static OptionalIntSubject assertThat​(@Nullable java.util.OptionalInt target)  +
    Deprecated.
    static OptionalLongSubject assertThat​(@Nullable java.util.OptionalLong target)  +
    Deprecated.
    static IntStreamSubject assertThat​(@Nullable java.util.stream.IntStream target)  +
    Deprecated.
    static LongStreamSubject assertThat​(@Nullable java.util.stream.LongStream target)  +
    Deprecated.
    static StreamSubject assertThat​(@Nullable java.util.stream.Stream<?> target)  +
    Deprecated.
    @@ -246,6 +257,7 @@

    assertThat

  • assertThat

    public static OptionalIntSubject assertThat​(@Nullable java.util.OptionalInt target)
    +
    Deprecated.
  • @@ -255,6 +267,7 @@

    assertThat

  • assertThat

    public static OptionalLongSubject assertThat​(@Nullable java.util.OptionalLong target)
    +
    Deprecated.
  • @@ -264,6 +277,7 @@

    assertThat

  • assertThat

    public static OptionalDoubleSubject assertThat​(@Nullable java.util.OptionalDouble target)
    +
    Deprecated.
  • @@ -273,6 +287,7 @@

    assertThat

  • assertThat

    public static StreamSubject assertThat​(@Nullable java.util.stream.Stream<?> target)
    +
    Deprecated.
  • @@ -282,6 +297,7 @@

    assertThat

  • assertThat

    public static IntStreamSubject assertThat​(@Nullable java.util.stream.IntStream target)
    +
    Deprecated.
  • @@ -291,6 +307,7 @@

    assertThat

  • assertThat

    public static LongStreamSubject assertThat​(@Nullable java.util.stream.LongStream target)
    +
    Deprecated.
  • @@ -302,6 +319,7 @@

    assertThat

    @GwtIncompatible
     @J2ObjCIncompatible
     public static PathSubject assertThat​(@Nullable java.nio.file.Path target)
    +
    Deprecated.
    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 cadcf7657..08a1c7581 100644 --- a/api/latest/com/google/common/truth/class-use/IntStreamSubject.html +++ b/api/latest/com/google/common/truth/class-use/IntStreamSubject.html @@ -139,7 +139,9 @@

    Uses of static IntStreamSubject Truth8.assertThat​(@Nullable java.util.stream.IntStream target) -  + +
    Deprecated.
    IntStreamSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<IntStreamSubject,​java.util.stream.IntStream> IntStreamSubject.intStreams() -  + +
    Obsolete factory instance.
    + 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 42e3ba186..9a0bd012e 100644 --- a/api/latest/com/google/common/truth/class-use/LongStreamSubject.html +++ b/api/latest/com/google/common/truth/class-use/LongStreamSubject.html @@ -139,7 +139,9 @@

    Uses of static LongStreamSubject Truth8.assertThat​(@Nullable java.util.stream.LongStream target) -  + +
    Deprecated.
    LongStreamSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<LongStreamSubject,​java.util.stream.LongStream> LongStreamSubject.longStreams() -  + +
    Obsolete factory instance.
    + 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 7b9d3f7a4..fc90ee157 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalDoubleSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalDoubleSubject.html @@ -139,7 +139,9 @@

    Uses of static OptionalDoubleSubject Truth8.assertThat​(@Nullable java.util.OptionalDouble target) -  + +
    Deprecated.
    OptionalDoubleSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<OptionalDoubleSubject,​java.util.OptionalDouble> OptionalDoubleSubject.optionalDoubles() -  + +
    Obsolete factory instance.
    + 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 8e96a8a39..2284df5bc 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalIntSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalIntSubject.html @@ -139,7 +139,9 @@

    Uses of static OptionalIntSubject Truth8.assertThat​(@Nullable java.util.OptionalInt target) -  + +
    Deprecated.
    OptionalIntSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<OptionalIntSubject,​java.util.OptionalInt> OptionalIntSubject.optionalInts() -  + +
    Obsolete factory instance.
    + 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 c240ada96..26966b861 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalLongSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalLongSubject.html @@ -139,7 +139,9 @@

    Uses of static OptionalLongSubject Truth8.assertThat​(@Nullable java.util.OptionalLong target) -  + +
    Deprecated.
    OptionalLongSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<OptionalLongSubject,​java.util.OptionalLong> OptionalLongSubject.optionalLongs() -  + +
    Obsolete factory instance.
    + 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 4b1c65cd2..7f875a971 100644 --- a/api/latest/com/google/common/truth/class-use/OptionalSubject.html +++ b/api/latest/com/google/common/truth/class-use/OptionalSubject.html @@ -139,7 +139,9 @@

    Uses of static OptionalSubject Truth8.assertThat​(@Nullable java.util.Optional<?> target) -  + +
    Deprecated.
    OptionalSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<OptionalSubject,​java.util.Optional<?>> OptionalSubject.optionals() -  + +
    Obsolete factory instance.
    + 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 86b5dc7ec..466734d2a 100644 --- a/api/latest/com/google/common/truth/class-use/PathSubject.html +++ b/api/latest/com/google/common/truth/class-use/PathSubject.html @@ -139,7 +139,9 @@

    Uses of static PathSubject Truth8.assertThat​(@Nullable java.nio.file.Path target) -  + +
    Deprecated.
    PathSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<PathSubject,​java.nio.file.Path> PathSubject.paths() -  + +
    Obsolete factory instance.
    + 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 320a6ebcc..5911f90a1 100644 --- a/api/latest/com/google/common/truth/class-use/StreamSubject.html +++ b/api/latest/com/google/common/truth/class-use/StreamSubject.html @@ -139,7 +139,9 @@

    Uses of static StreamSubject Truth8.assertThat​(@Nullable java.util.stream.Stream<?> target) -  + +
    Deprecated.
    StreamSubject @@ -159,7 +161,9 @@

    Uses of static Subject.Factory<StreamSubject,​java.util.stream.Stream<?>> StreamSubject.streams() -  + +
    Obsolete factory instance.
    + diff --git a/api/latest/com/google/common/truth/class-use/Subject.Factory.html b/api/latest/com/google/common/truth/class-use/Subject.Factory.html index 374033aae..ff3542e13 100644 --- a/api/latest/com/google/common/truth/class-use/Subject.Factory.html +++ b/api/latest/com/google/common/truth/class-use/Subject.Factory.html @@ -145,42 +145,58 @@

    Uses of static Subject.Factory<IntStreamSubject,​java.util.stream.IntStream> IntStreamSubject.intStreams() -  + +
    Obsolete factory instance.
    + static Subject.Factory<LongStreamSubject,​java.util.stream.LongStream> LongStreamSubject.longStreams() -  + +
    Obsolete factory instance.
    + static Subject.Factory<OptionalDoubleSubject,​java.util.OptionalDouble> OptionalDoubleSubject.optionalDoubles() -  + +
    Obsolete factory instance.
    + static Subject.Factory<OptionalIntSubject,​java.util.OptionalInt> OptionalIntSubject.optionalInts() -  + +
    Obsolete factory instance.
    + static Subject.Factory<OptionalLongSubject,​java.util.OptionalLong> OptionalLongSubject.optionalLongs() -  + +
    Obsolete factory instance.
    + static Subject.Factory<OptionalSubject,​java.util.Optional<?>> OptionalSubject.optionals() -  + +
    Obsolete factory instance.
    + static Subject.Factory<PathSubject,​java.nio.file.Path> PathSubject.paths() -  + +
    Obsolete factory instance.
    + static Subject.Factory<StreamSubject,​java.util.stream.Stream<?>> StreamSubject.streams() -  + +
    Obsolete factory instance.
    + static Subject.Factory<TruthFailureSubject,​java.lang.AssertionError> diff --git a/api/latest/com/google/common/truth/package-summary.html b/api/latest/com/google/common/truth/package-summary.html index 242df6fee..7616a11fb 100644 --- a/api/latest/com/google/common/truth/package-summary.html +++ b/api/latest/com/google/common/truth/package-summary.html @@ -510,8 +510,9 @@

    Package com.google.common.truth

    Truth8 - -
    The primary entry point for assertions about Java 8 types.
    +Deprecated. +
    Instead of this class's methods, use the identical methods declared in the main + Truth class.
    diff --git a/api/latest/deprecated-list.html b/api/latest/deprecated-list.html index 8ddcefbb0..29c46d8d5 100644 --- a/api/latest/deprecated-list.html +++ b/api/latest/deprecated-list.html @@ -97,10 +97,34 @@

    Deprecated API

    Contents

    -
    +
    + + +
      +
    • + + + + + + + + + + + + +
      Classes 
      ClassDescription
      com.google.common.truth.Truth8 +
      Instead of this class's methods, use the identical methods declared in the main + Truth class.
      +
      +
    • +
    +
    intStreams() - Static method in class com.google.common.truth.IntStreamSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    IntStreamSubject - Class in com.google.common.truth
    Propositions for IntStream subjects.
    @@ -3044,7 +3062,9 @@

    L

    buffers.
    longStreams() - Static method in class com.google.common.truth.LongStreamSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    LongStreamSubject - Class in com.google.common.truth
    Propositions for LongStream subjects.
    @@ -3179,25 +3199,33 @@

    O

    or if it was expected not to be within the tolerance but was.
    optionalDoubles() - Static method in class com.google.common.truth.OptionalDoubleSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    OptionalDoubleSubject - Class in com.google.common.truth
    Propositions for Java 8 OptionalDouble subjects.
    optionalInts() - Static method in class com.google.common.truth.OptionalIntSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    OptionalIntSubject - Class in com.google.common.truth
    Propositions for Java 8 OptionalInt subjects.
    optionalLongs() - Static method in class com.google.common.truth.OptionalLongSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    OptionalLongSubject - Class in com.google.common.truth
    Propositions for Java 8 OptionalLong subjects.
    optionals() - Static method in class com.google.common.truth.OptionalSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    OptionalSubject - Class in com.google.common.truth
    Propositions for Java 8 Optional subjects.
    @@ -3215,7 +3243,9 @@

    O

    P

    paths() - Static method in class com.google.common.truth.PathSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    PathSubject - Class in com.google.common.truth
    Assertions for Path instances.
    @@ -3378,7 +3408,9 @@

    S

    Fails if the string does not start with the given string.
    streams() - Static method in class com.google.common.truth.StreamSubject
    -
     
    +
    +
    Obsolete factory instance.
    +
    StreamSubject - Class in com.google.common.truth
    Propositions for Stream subjects.
    @@ -3549,7 +3581,10 @@

    T

    Truth8 - Class in com.google.common.truth
    -
    The primary entry point for assertions about Java 8 types.
    +
    Deprecated. +
    Instead of this class's methods, use the identical methods declared in the main + Truth class.
    +
    truthFailures() - Static method in class com.google.common.truth.TruthFailureSubject
    diff --git a/api/latest/member-search-index.zip b/api/latest/member-search-index.zip index 3745e0bfa0080d37fa9a6d5880843612dead07d3..fa0c82a6954abb32e4c8f3ab61c6b1e5e2146e64 100644 GIT binary patch delta 28 kcmca>eb<^Nz?+#xgn@&DgJI#OjXaIAOba(n?w9og0Cw95n*aa+ delta 28 jcmca>eb<^Nz?+#xgn@&DgTZ$FMxI7lCfoIs`(^zAZ#)Oh diff --git a/api/latest/package-search-index.zip b/api/latest/package-search-index.zip index 7a241e2111359e56823a12ac9cbd2096a6fd6026..6ee12e2a1cce79c796df6f64c2f72b646e5e95fc 100644 GIT binary patch delta 26 gcmZo;YGdLF@MdNaVc_84U|6_mBF{=DAi3Qi08F0;Z~y=R delta 26 gcmZo;YGdLF@MdNaVc_84V6a_3k!K|nklgMM07f+iq5uE@ diff --git a/api/latest/type-search-index.zip b/api/latest/type-search-index.zip index 9ec9f758c72f740141c923768b2025141d46a4e2..af8560bad31ab0e5a0410434c021312473acadca 100644 GIT binary patch delta 28 kcmcb@c7=^6z?+#xgn@&DgJI#OjXb}Ym=