Class Expect
java.lang.Object
com.google.common.truth.AbstractVerb<TestVerb>
com.google.common.truth.TestVerb
com.google.common.truth.Expect
- All Implemented Interfaces:
org.junit.rules.TestRule
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class AbstractVerb
AbstractVerb.DelegatedVerb<S,T>, AbstractVerb.MessagePrependingFailureStrategy -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) static Expectcreate()protected FailureStrategyMethods inherited from class TestVerb
getFailureMessage, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, withFailureMessageMethods inherited from class AbstractVerb
about, fail, fail, in
-
Method Details
-
create
-
getFailureStrategy
- Overrides:
getFailureStrategyin classAbstractVerb<TestVerb>
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-