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 TypeClassDescriptionclassPowerMock 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 TypeClassDescriptionclassPowerMockito 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 TypeClassDescriptionclassContains various utilities for modifying members of classes such as constructors, fields and methods.