Package com.google.common.truth
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 commonthat
method, which accepts a value under test and returns aSubject
.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.