Constraint
, InvocationDispatcher
, InvocationMatcher
, Invokable
, Stub
AbstractInvocationDispatcher
, And
, AnyArgumentsMatcher
, ArgumentsMatcher
, CustomStub
, DefaultResultStub
, DoAllStub
, FIFOInvocationDispatcher
, HasProperty
, HasPropertyWithValue
, HasToString
, Invocation
, InvocationMocker
, InvokeAtLeastOnceMatcher
, InvokeAtMostOnceMatcher
, InvokeCountMatcher
, InvokedAfterMatcher
, InvokedRecorder
, InvokeOnceMatcher
, IsAnything
, IsArrayContaining
, IsCloseTo
, IsCollectionContaining
, IsCompatibleType
, IsEqual
, IsEventFrom
, IsGreaterThan
, IsIn
, IsInstanceOf
, IsLessThan
, IsMapContaining
, IsNot
, IsNothing
, IsNull
, IsSame
, LIFOInvocationDispatcher
, MethodNameMatcher
, NoArgumentsMatcher
, Or
, ReturnIteratorStub
, ReturnStub
, StatelessInvocationMatcher
, StringContains
, StringEndsWith
, StringStartsWith
, StubSequence
, SubstringConstraint
, TestFailureMatcher
, TestFailureStub
, ThrowStub
, VoidStub
public interface SelfDescribing
Modifier and Type | Method | Description |
---|---|---|
java.lang.StringBuffer |
describeTo(java.lang.StringBuffer buffer) |
Appends the description of this object to the buffer.
|