Package org.truth0
Class TestVerb
- java.lang.Object
-
- com.google.common.truth.AbstractVerb<TestVerb>
-
- com.google.common.truth.TestVerb
-
- org.truth0.TestVerb
-
@Deprecated public class TestVerb extends TestVerb
Deprecated.useTestVerb
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.common.truth.AbstractVerb
AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>, AbstractVerb.MessagePrependingFailureStrategy
-
-
Constructor Summary
Constructors Constructor Description TestVerb(FailureStrategy failureStrategy)
Deprecated.TestVerb(FailureStrategy failureStrategy, String failureMessage)
Deprecated.
-
Method Summary
-
Methods inherited from class com.google.common.truth.TestVerb
getFailureMessage, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, that, withFailureMessage
-
Methods inherited from class com.google.common.truth.AbstractVerb
about, fail, fail, getFailureStrategy, in
-
-
-
-
Constructor Detail
-
TestVerb
public TestVerb(FailureStrategy failureStrategy)
Deprecated.
-
TestVerb
public TestVerb(FailureStrategy failureStrategy, String failureMessage)
Deprecated.
-
-