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[]argumentsprivate intcountprivate java.lang.String[]parameterTypeNamesprivate static java.util.Map<java.lang.String,java.lang.Class<?>>PRIMITIVESprivate java.lang.Class<?>type
-
Constructor Summary
Constructors Modifier Constructor Description privateInlineConstructionMockContext(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()intgetCount()
-
-
-
Method Detail
-
getCount
public int getCount()
- Specified by:
getCountin interfaceMockedConstruction.Context
-
constructor
public java.lang.reflect.Constructor<?> constructor()
- Specified by:
constructorin interfaceMockedConstruction.Context
-
arguments
public java.util.List<?> arguments()
- Specified by:
argumentsin interfaceMockedConstruction.Context
-
-