org.truth0
Class TestVerb
java.lang.Object
org.truth0.AbstractVerb
org.truth0.TestVerb
- Direct Known Subclasses:
- Expect
@GwtCompatible
public class TestVerb
- extends AbstractVerb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestVerb
public TestVerb(FailureStrategy failureStrategy)
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.