com.google.common.truth
Class AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
java.lang.Object
com.google.common.truth.AbstractVerb.DelegatedVerb<S,T>
- Enclosing class:
- AbstractVerb<T extends AbstractVerb<T>>
public static class AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
- extends Object
A special Verb implementation which wraps a SubjectFactory
Method Summary |
S |
that(T target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractVerb.DelegatedVerb
public AbstractVerb.DelegatedVerb(FailureStrategy fs,
SubjectFactory<S,T> factory)
that
@CheckReturnValue
public S that(T target)
Copyright © 2014. All rights reserved.