org.junit.contrib.truth
Class Expect

java.lang.Object
  extended by org.junit.contrib.truth.AbstractVerb
      extended by org.junit.contrib.truth.TestVerb
          extended by org.junit.contrib.truth.Expect
All Implemented Interfaces:
org.junit.rules.MethodRule

@GwtIncompatible(value="JUnit4")
public class Expect
extends TestVerb
implements org.junit.rules.MethodRule


Nested Class Summary
protected static class Expect.ExpectationGatherer
           
 
Nested classes/interfaces inherited from class org.junit.contrib.truth.AbstractVerb
AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
           
static Expect create()
           
protected  FailureStrategy getFailureStrategy()
           
 
Methods inherited from class org.junit.contrib.truth.TestVerb
that, that, that, that, that, that, that, that, that
 
Methods inherited from class org.junit.contrib.truth.AbstractVerb
about, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Expect create()

getFailureStrategy

protected FailureStrategy getFailureStrategy()
Overrides:
getFailureStrategy in class AbstractVerb

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runners.model.FrameworkMethod method,
                                               Object target)
Specified by:
apply in interface org.junit.rules.MethodRule


Copyright © 2014. All Rights Reserved.