org.truth0
Class TestVerb

java.lang.Object
  extended by org.truth0.AbstractVerb
      extended by org.truth0.TestVerb
Direct Known Subclasses:
Expect

@GwtCompatible
public class TestVerb
extends AbstractVerb


Nested Class Summary
 
Nested classes/interfaces inherited from class org.truth0.AbstractVerb
AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
 
Constructor Summary
TestVerb(FailureStrategy failureStrategy)
           
 
Method Summary
 BooleanSubject that(Boolean target)
           
 ClassSubject that(Class<?> target)
           
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
that(Collection<T> target)
           
 IntegerSubject that(Integer target)
           
<T,C extends Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>
that(Iterable<T> target)
           
<T,C extends List<T>>
ListSubject<? extends ListSubject<?,T,C>,T,C>
that(List<T> target)
           
 IntegerSubject that(Long target)
           
<K,V,M extends Map<K,V>>
MapSubject<? extends MapSubject<?,K,V,M>,K,V,M>
that(Map<K,V> target)
           
 Subject<DefaultSubject,Object> that(Object target)
           
 StringSubject that(String target)
           
<T,C extends List<T>>
ListSubject<? extends ListSubject<?,T,C>,T,C>
that(T[] target)
           
 
Methods inherited from class org.truth0.AbstractVerb
about, fail, fail, getFailureStrategy, in
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestVerb

public TestVerb(FailureStrategy failureStrategy)
Method Detail

that

public Subject<DefaultSubject,Object> that(Object target)

that

@CheckReturnValue
@GwtIncompatible(value="ClassSubject.java")
public ClassSubject that(Class<?> target)

that

@CheckReturnValue
public IntegerSubject that(Long target)

that

@CheckReturnValue
public IntegerSubject that(Integer target)

that

@CheckReturnValue
public BooleanSubject that(Boolean target)

that

@CheckReturnValue
public StringSubject that(String target)

that

@CheckReturnValue
public <T,C extends Iterable<T>> IterableSubject<? extends IterableSubject<?,T,C>,T,C> that(Iterable<T> target)

that

@CheckReturnValue
public <T,C extends Collection<T>> CollectionSubject<? extends CollectionSubject<?,T,C>,T,C> that(Collection<T> target)

that

@CheckReturnValue
public <T,C extends List<T>> ListSubject<? extends ListSubject<?,T,C>,T,C> that(List<T> target)

that

@CheckReturnValue
public <T,C extends List<T>> ListSubject<? extends ListSubject<?,T,C>,T,C> that(T[] target)

that

@CheckReturnValue
public <K,V,M extends Map<K,V>> MapSubject<? extends MapSubject<?,K,V,M>,K,V,M> that(Map<K,V> target)


Copyright © 2014. All rights reserved.