Package org.powermock.core.bytebuddy
Class MockGetawayCall.ForType
- java.lang.Object
-
- org.powermock.core.bytebuddy.MockGetawayCall.ForType
-
- Enclosing class:
- MockGetawayCall
public static class MockGetawayCall.ForType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private MockGetawayCall
mockGetawayCall
private net.bytebuddy.description.type.TypeDescription
targetType
-
Constructor Summary
Constructors Modifier Constructor Description private
ForType(MockGetawayCall mockGetawayCall, net.bytebuddy.description.type.TypeDescription targetType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MockGetawayCall.WithArguments
withArguments(java.util.List<Variable> parameters)
-
-
-
Field Detail
-
targetType
private final net.bytebuddy.description.type.TypeDescription targetType
-
mockGetawayCall
private final MockGetawayCall mockGetawayCall
-
-
Constructor Detail
-
ForType
private ForType(MockGetawayCall mockGetawayCall, net.bytebuddy.description.type.TypeDescription targetType)
-
-
Method Detail
-
withArguments
public MockGetawayCall.WithArguments withArguments(java.util.List<Variable> parameters)
-
-