Package mockit.internal.reflection
Class RealMethodOrConstructor
java.lang.Object
mockit.internal.reflection.RealMethodOrConstructor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRealMethodOrConstructor
(Class<?> realClass, String memberNameAndDesc) RealMethodOrConstructor
(Class<?> realClass, String memberName, String memberDesc) RealMethodOrConstructor
(String className, String memberNameAndDesc) -
Method Summary
-
Field Details
-
member
-
-
Constructor Details
-
RealMethodOrConstructor
public RealMethodOrConstructor(@NonNull String className, @NonNull String memberNameAndDesc) throws NoSuchMethodException - Throws:
NoSuchMethodException
-
RealMethodOrConstructor
public RealMethodOrConstructor(@NonNull Class<?> realClass, @NonNull String memberNameAndDesc) throws NoSuchMethodException - Throws:
NoSuchMethodException
-
RealMethodOrConstructor
public RealMethodOrConstructor(@NonNull Class<?> realClass, @NonNull String memberName, @NonNull String memberDesc) throws NoSuchMethodException - Throws:
NoSuchMethodException
-
-
Method Details
-
getMember
-