org.junit.contrib.truth
Class AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>

java.lang.Object
  extended by org.junit.contrib.truth.AbstractVerb
      extended by org.junit.contrib.truth.AbstractVerb.DelegatedVerb<S,T>
Enclosing class:
AbstractVerb

public static class AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
extends AbstractVerb

A special Verb implementation which wraps a SubjectFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.contrib.truth.AbstractVerb
AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
 
Constructor Summary
AbstractVerb.DelegatedVerb(FailureStrategy fs, SubjectFactory<S,T> factory)
           
 
Method Summary
 S that(T target)
           
 
Methods inherited from class org.junit.contrib.truth.AbstractVerb
about, fail, fail, getFailureStrategy
 
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

public S that(T target)


Copyright © 2014. All Rights Reserved.