Class SimpleSubjectBuilder<SubjectT extends Subject, ActualT>

java.lang.Object
com.google.common.truth.SimpleSubjectBuilder<SubjectT,ActualT>

public final class SimpleSubjectBuilder<SubjectT extends Subject, ActualT> extends Object
In a fluent assertion chain, exposes the most common that method, which accepts a value under test and returns a Subject.

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.