Package org.powermock.core.bytebuddy
Class MockGetawayCall
- java.lang.Object
-
- org.powermock.core.bytebuddy.MockGetawayCall
-
public class MockGetawayCall extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
MockGetawayCall.ConstructorMockGetawayCall
static class
MockGetawayCall.ForType
static class
MockGetawayCall.WithArguments
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
getawayMethod
-
Constructor Summary
Constructors Constructor Description MockGetawayCall(java.lang.Class mockGetawayClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MockGetawayCall.ForType
forType(net.bytebuddy.description.type.TypeDescription targetType)
-
-
-
Method Detail
-
forType
public MockGetawayCall.ForType forType(net.bytebuddy.description.type.TypeDescription targetType)
-
-