com.google.common.truth
Class AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>

java.lang.Object
  extended by 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


Constructor Summary
AbstractVerb.DelegatedVerb(FailureStrategy fs, SubjectFactory<S,T> factory)
           
 
Method Summary
 S that(T target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVerb.DelegatedVerb

public AbstractVerb.DelegatedVerb(FailureStrategy fs,
                                  SubjectFactory<S,T> factory)
Method Detail

that

@CheckReturnValue
public S that(T target)


Copyright © 2014. All rights reserved.