Uses of Class
org.powermock.api.support.membermodification.MemberMatcher
Packages that use MemberMatcher
Package
Description
-
Uses of MemberMatcher in org.powermock.api.easymock
Subclasses of MemberMatcher in org.powermock.api.easymockModifier and TypeClassDescriptionclass
PowerMock extends EasyMock functionality with several new features such as mocking static and private methods, mocking new instances and more. -
Uses of MemberMatcher in org.powermock.api.mockito
Subclasses of MemberMatcher in org.powermock.api.mockitoModifier and TypeClassDescriptionclass
PowerMockito extends Mockito functionality with several new features such as mocking static and private methods and more. -
Uses of MemberMatcher in org.powermock.api.support.membermodification
Subclasses of MemberMatcher in org.powermock.api.support.membermodificationModifier and TypeClassDescriptionclass
Contains various utilities for modifying members of classes such as constructors, fields and methods.