Uses of Interface
org.easymock.internal.IMocksBehavior
-
Packages that use IMocksBehavior Package Description org.easymock.internal -
-
Uses of IMocksBehavior in org.easymock.internal
Classes in org.easymock.internal that implement IMocksBehavior Modifier and Type Class Description class
MocksBehavior
Fields in org.easymock.internal declared as IMocksBehavior Modifier and Type Field Description private IMocksBehavior
MocksControl. behavior
private IMocksBehavior
RecordState. behavior
private IMocksBehavior
ReplayState. behavior
Constructors in org.easymock.internal with parameters of type IMocksBehavior Constructor Description RecordState(IMocksBehavior behavior)
ReplayState(IMocksBehavior behavior)
-