Uses of Enum
org.easymock.MockType
Packages that use MockType
-
Uses of MockType in org.easymock
Subclasses with type arguments of type MockType in org.easymockMethods in org.easymock that return MockTypeModifier and TypeMethodDescriptionstatic MockTypeReturns the enum constant of this type with the specified name.static MockType[]MockType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.easymock with parameters of type MockTypeModifier and TypeMethodDescriptionstatic IMocksControlEasyMock.createControl(MockType type) Creates a control of the requested type.EasyMockSupport.createControl(MockType type) Creates a control of the given type.static <T> TEasyMock.createMock(String name, MockType type, Class<T> toMock) Creates a mock object, of the requested type and name, that implements the given interface or extends the given classstatic <T> TEasyMock.createMock(MockType type, Class<T> toMock) Creates a mock object, of the requested type, that implements the given interface or extends the given class.<T> TEasyMockSupport.createMock(String name, MockType type, Class<T> toMock) Creates a mock object of the requested type that implements the given interface or extends the given class<T> TEasyMockSupport.createMock(MockType type, Class<T> toMock) Creates a mock object of the requested type that implements the given interface or extends the given classIMockBuilder.createMock(String name, MockType type) Create a named mock of the request type from this builder.IMockBuilder.createMock(MockType type) Create mock of the request type from this builder.static <T> TCreates a mock object, of the requested type and name, that implements the given interface or extends the given classstatic <T> TCreates a mock object, of the requested type, that implements the given interface or extends the given class<T> TCreates a mock object of the requested type that implements the given interface or extends the given class<T> TCreates a mock object of the requested type that implements the given interface or extends the given class -
Uses of MockType in org.easymock.internal
Methods in org.easymock.internal that return MockTypeModifier and TypeMethodDescriptionMocksControl.MockType.getRealType()Deprecated.MocksControl.getType()Methods in org.easymock.internal with parameters of type MockTypeModifier and TypeMethodDescriptionMockBuilder.createMock(String name, MockType type) MockBuilder.createMock(MockType type) Constructors in org.easymock.internal with parameters of type MockType