Package samples.classwithinnermembers
Class ClassWithInnerMembers
java.lang.Object
samples.classwithinnermembers.ClassWithInnerMembers
Class that is used to test that local and member class works with PowerMock.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static interface
private static class
private class
static class
static class
static class
static class
static class
private static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
makeMyInnerClassWithPackageConstructorWithMultArgs
(String arg1, String arg2, String arg3) makeMyInnerClassWithPrivateConstructorWithDiffMultArgs
(String arg1, int arg2, String arg3) makeMyInnerClassWithPrivateConstructorWithMultArgs
(String arg1, String arg2, String arg3) makeMyInnerClassWithProtectedConstructorWithMultArgs
(String arg1, String arg2, String arg3) makeMyInnerClassWithPublicConstructorWithMultArgs
(String arg1, String arg2, String arg3)
-
Constructor Details
-
ClassWithInnerMembers
public ClassWithInnerMembers()
-
-
Method Details
-
makeMyInnerClassWithPrivateConstructorWithDiffMultArgs
public ClassWithInnerMembers.MyInnerClassWithPrivateConstructorWithDiffMultArgs makeMyInnerClassWithPrivateConstructorWithDiffMultArgs(String arg1, int arg2, String arg3) -
makeMyInnerClassWithPrivateConstructorWithMultArgs
public ClassWithInnerMembers.MyInnerClassWithPrivateConstructorWithMultArgs makeMyInnerClassWithPrivateConstructorWithMultArgs(String arg1, String arg2, String arg3) -
makeMyInnerClassWithPublicConstructorWithMultArgs
public ClassWithInnerMembers.MyInnerClassWithPublicConstructorWithMultArgs makeMyInnerClassWithPublicConstructorWithMultArgs(String arg1, String arg2, String arg3) -
makeMyInnerClassWithPackageConstructorWithMultArgs
public ClassWithInnerMembers.MyInnerClassWithPackageConstructorWithMultArgs makeMyInnerClassWithPackageConstructorWithMultArgs(String arg1, String arg2, String arg3) -
makeMyInnerClassWithProtectedConstructorWithMultArgs
public ClassWithInnerMembers.MyInnerClassWithProtectedConstructorWithMultArgs makeMyInnerClassWithProtectedConstructorWithMultArgs(String arg1, String arg2, String arg3) -
getValue
-
getValueForInnerClassWithConstructorArgument
-
getValueForStaticInnerClassWithConstructorArgument
-
getLocalClassValue
-
getLocalClassValueWithArgument
-
getValueForAnonymousInnerClass
-