-
List of all controls created
Creates a control, order checking is disabled by default.
Creates a control of the requested type.
Creates a control, order checking is disabled by default.
Creates a control of the given type.
Creates a control, order checking is disabled by default, and the mock
objects created by this control will return 0
,
null
or false
for unexpected invocations.
Creates a control, order checking is disabled by default, and the mock
objects created by this control will return 0
,
null
or false
for unexpected invocations.
Creates a control, order checking is enabled by default.
Creates a control, order checking is enabled by default.
<R> R
Create named mock from the provided mock control using the arguments
passed to the builder.
<R> R
Create mock from the provided mock control using the arguments passed to
the builder.
default <R> R
Create named mock from the provided mock control using the arguments
passed to the builder.
default <R> R
Create mock from the provided mock control using the arguments passed to
the builder.
-
class
Controls all the mocks created by
EasyMock
.