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 java.lang.Object implements MockedConstruction.Context
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object[]
arguments
private int
count
private java.lang.String[]
parameterTypeNames
private static java.util.Map<java.lang.String,java.lang.Class<?>>
PRIMITIVES
private java.lang.Class<?>
type
-
Constructor Summary
Constructors Modifier Constructor Description private
InlineConstructionMockContext(java.lang.Object[] arguments, java.lang.Class<?> type, java.lang.String[] parameterTypeNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<?>
arguments()
java.lang.reflect.Constructor<?>
constructor()
int
getCount()
-
-
-
Method Detail
-
getCount
public int getCount()
- Specified by:
getCount
in interfaceMockedConstruction.Context
-
constructor
public java.lang.reflect.Constructor<?> constructor()
- Specified by:
constructor
in interfaceMockedConstruction.Context
-
arguments
public java.util.List<?> arguments()
- Specified by:
arguments
in interfaceMockedConstruction.Context
-
-