Package io.mockk.proxy.common.transformation

Types

Link copied to clipboard
data class ClassTransformationSpec(    val cls: Class<*>,     val simpleIntercept: Int = 0,     val staticIntercept: Int = 0,     val constructorIntercept: Int = 0)
Link copied to clipboard
class ClassTransformationSpecMap
Link copied to clipboard
interface InlineInstrumentation
Link copied to clipboard
abstract class RetransformInlineInstrumentation(log: MockKAgentLogger, specMap: ClassTransformationSpecMap) : InlineInstrumentation
Link copied to clipboard
interface SubclassInstrumentation
Link copied to clipboard
data class TransformationRequest(    val classes: Set<<Error class: unknown class><out <Error class: unknown class>>>,     val type: TransformationType,     val untransform: Boolean = false)
Link copied to clipboard
enum TransformationType : Enum<TransformationType>