Skip to content

Commit

Permalink
Add a page on the Expect rule.
Browse files Browse the repository at this point in the history
RELNOTES=Add doc link to Expect class javadoc.
PiperOrigin-RevId: 342290737
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed Nov 13, 2020
1 parent db853e6 commit efca517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/com/google/common/truth/Expect.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
*
* <p>To record failures for the purpose of testing that an assertion fails when it should, see
* {@link ExpectFailure}.
*
* <p>For more on this class, see <a href="https://truth.dev/expect">the documentation page</a>.
*/
@GwtIncompatible("JUnit4")
public final class Expect extends StandardSubjectBuilder implements TestRule {
Expand Down

0 comments on commit efca517

Please sign in to comment.