Uses of Class
org.junit.contrib.truth.util.GwtCompatible

Packages that use GwtCompatible
org.junit.contrib.truth   
org.junit.contrib.truth.subjects   
org.junit.contrib.truth.util   
 

Uses of GwtCompatible in org.junit.contrib.truth
 

Classes in org.junit.contrib.truth with annotations of type GwtCompatible
 class AbstractVerb
           
 interface FailureStrategy
           
 class TestVerb
           
 class Truth
          Truth - a proposition framework for tests, supporting JUnit style assertion and assumption semantics in a fluent style.
 

Uses of GwtCompatible in org.junit.contrib.truth.subjects
 

Classes in org.junit.contrib.truth.subjects with annotations of type GwtCompatible
 class BooleanSubject
          Propositions for boolean subjects
 class CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
           
 class DefaultSubject
           
 class IntegerSubject
          Propositions for Integral numeric subjects
 class IterableSubject<S extends IterableSubject<S,T,C>,T,C extends Iterable<T>>
           
 class ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
           
 class StringSubject
          Propositions for String subjects
 class Subject<S extends Subject<S,T>,T>
          Propositions for arbitrarily typed subjects and for properties of Object
 interface SubjectFactory<S extends Subject<S,T>,T>
          A custom subject factory which will return a FooSubject (which is a Subject).
 

Uses of GwtCompatible in org.junit.contrib.truth.util
 

Classes in org.junit.contrib.truth.util with annotations of type GwtCompatible
 interface GwtCompatible
          This is a straight copy of com.google.common.annotations.GwtCompatible copied to Truth so that it can be used to GWT enable guava tests without creating a dependency from Truth back to Guava.
 interface GwtIncompatible
          This is a straight copy of com.google.common.annotations.GwtIncompatible copied to Truth so that it can be used to GWT enable guava tests without creating a dependency from Truth back to Guava.
 



Copyright © 2014. All Rights Reserved.