Class InlineDelegateByteBuddyMockMaker.InlineConstructionMockContext
java.lang.Object
org.mockito.internal.creation.bytebuddy.InlineDelegateByteBuddyMockMaker.InlineConstructionMockContext
- All Implemented Interfaces:
MockedConstruction.Context
- Enclosing class:
- InlineDelegateByteBuddyMockMaker
private static class InlineDelegateByteBuddyMockMaker.InlineConstructionMockContext
extends Object
implements MockedConstruction.Context
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
InlineConstructionMockContext
(Object[] arguments, Class<?> type, String[] parameterTypeNames) -
Method Summary
-
Field Details
-
PRIMITIVES
-
count
private int count -
arguments
-
type
-
parameterTypeNames
-
-
Constructor Details
-
InlineConstructionMockContext
-
-
Method Details
-
getCount
public int getCount()- Specified by:
getCount
in interfaceMockedConstruction.Context
-
constructor
- Specified by:
constructor
in interfaceMockedConstruction.Context
-
arguments
- Specified by:
arguments
in interfaceMockedConstruction.Context
-