Package | Description |
---|---|
org.mockito.cglib.proxy |
Modifier and Type | Method and Description |
---|---|
Mixin |
Mixin.Generator.create() |
static Mixin |
Mixin.create(Class[] interfaces,
Object[] delegates)
Helper method to create an interface mixin.
|
static Mixin |
Mixin.create(Object[] delegates)
Helper method to create an interface mixin.
|
static Mixin |
Mixin.createBean(ClassLoader loader,
Object[] beans)
Helper method to create a bean mixin.
|
static Mixin |
Mixin.createBean(Object[] beans) |
abstract Mixin |
Mixin.newInstance(Object[] delegates) |
Copyright © 2018. All rights reserved.