Class StandardSubjectBuilder

java.lang.Object
com.google.common.truth.StandardSubjectBuilder
Direct Known Subclasses:
Expect

public class StandardSubjectBuilder extends Object
In a fluent assertion chain, an object with which you can do any of the following:

For more information about the methods in this class, see this FAQ entry.

For people extending Truth

You won't extend this type. When you write a custom subject, see our doc on extensions.