All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.arquillian.graphene.enricher.ClassImposterizer Maven / Gradle / Ivy

The newest version!
package org.jboss.arquillian.graphene.enricher;

import org.jboss.arquillian.graphene.bytebuddy.MethodInterceptor;

class ClassImposterizer extends org.jboss.arquillian.graphene.bytebuddy.ClassImposterizer {

    static final ClassImposterizer INSTANCE = new ClassImposterizer();

     T imposterise(MethodInterceptor interceptor, Class mockedType, Class... ancillaryTypes) {
        return INSTANCE.imposteriseProtected(interceptor, mockedType, ancillaryTypes);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy