org.junit.contrib.truth
Class Expect
java.lang.Object
org.junit.contrib.truth.AbstractVerb
org.junit.contrib.truth.TestVerb
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.