- Parent - Class in samples.classhierarchy
-
- Parent() - Constructor for class samples.classhierarchy.Parent
-
- PartialMockingExample - Class in samples.partialmocking
-
Simple partial mocking example that should need no byte-code manipulation.
- PartialMockingExample() - Constructor for class samples.partialmocking.PartialMockingExample
-
- PartialMockingWithConstructor - Class in samples.partialmocking
-
- PartialMockingWithConstructor() - Constructor for class samples.partialmocking.PartialMockingWithConstructor
-
- performComplexOperation(String) - Method in class samples.mockpolicy.frameworkexample.SimpleFrameworkUser
-
- performEncode() - Method in class samples.system.SystemClassUser
-
- performInstaceInvocation(StaticAndInstanceMethodWithSameName) - Method in class samples.overloading.StaticAndInstanceMethodWithSameNameUser
-
- performMethodOverloadTestWhenBothArgumentSame() - Method in class samples.overloading.OverloadingDemo
-
- performMethodOverloadTestWithOneArgumentSameAndOneDiffernt() - Method in class samples.overloading.OverloadingDemo
-
- performSingleOverloadedArgumentTest() - Method in class samples.overloading.OverloadingDemo
-
- performStaticInvocation() - Method in class samples.overloading.StaticAndInstanceMethodWithSameNameUser
-
- PowerMockIgnoreDemo - Class in samples.powermockignore
-
- PowerMockIgnoreDemo() - Constructor for class samples.powermockignore.PowerMockIgnoreDemo
-
- PrimitiveAndWrapperDemo - Class in samples.expectnew
-
Used to demonstrate PowerMocks ability to deal with overloaded constructors
of primitive/wrapper types.
- PrimitiveAndWrapperDemo(int) - Constructor for class samples.expectnew.PrimitiveAndWrapperDemo
-
- PrimitiveAndWrapperDemo(Integer) - Constructor for class samples.expectnew.PrimitiveAndWrapperDemo
-
- PrimitiveAndWrapperUser - Class in samples.expectnew
-
Used to demonstrate PowerMocks ability to deal with overloaded constructors
of primitive/wrapper types.
- PrimitiveAndWrapperUser() - Constructor for class samples.expectnew.PrimitiveAndWrapperUser
-
- PrivateConstructorDemo - Class in samples.constructor
-
Demonstrates the ability to invoke a test on a private constructor as well as
lazy initialization of private collaborators.
- PrivateConstructorInstantiationDemo - Class in samples.constructor
-
Class used to demonstrate the private constructor instantiation.
- PrivateFinal - Class in samples.privateandfinal
-
A class used to test the functionality to mock private methods that are also
final.
- PrivateFinal() - Constructor for class samples.privateandfinal.PrivateFinal
-
- PrivateFinalOverload - Class in samples.privateandfinal
-
A class used to test the functionality of capturing arguments when methods are overloaded and private and final.
- PrivateFinalOverload() - Constructor for class samples.privateandfinal.PrivateFinalOverload
-
- PrivateMethodDemo - Class in samples.privatemocking
-
A class used to test the functionality to mock private methods.
- PrivateMethodDemo() - Constructor for class samples.privatemocking.PrivateMethodDemo
-
- PrivatePartialMockingExample - Class in samples.partialmocking
-
Simple partial mocking example that should need no byte-code manipulation.
- PrivatePartialMockingExample() - Constructor for class samples.partialmocking.PrivatePartialMockingExample
-
- PublicConstructorDemo - Class in samples.constructor
-
Demonstrates the ability to invoke a test on a private constructor as well as
lazy initialization of private collaborators.
- PublicConstructorDemo(String) - Constructor for class samples.constructor.PublicConstructorDemo
-
- PublicConstructorWithDependencyDemo - Class in samples.constructor
-
This class is used to demonstrate that error messages are correct when a
constructor is not found.
- PublicConstructorWithDependencyDemo(Service) - Constructor for class samples.constructor.PublicConstructorWithDependencyDemo
-