Package ru.tinkoff.qa.neptune.mockito
Class VerifyNoInteractionsTransformationParameters
- java.lang.Object
 - 
- ru.tinkoff.qa.neptune.mockito.VerifyNoInteractionsTransformationParameters
 
 
- 
- All Implemented Interfaces:
 ru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
public class VerifyNoInteractionsTransformationParameters extends Object implements ru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerifyNoInteractionsTransformationParameters.NoInteractionsStaticInterceptor 
- 
Constructor Summary
Constructors Constructor Description VerifyNoInteractionsTransformationParameters() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>interceptor()net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>methodMatcher()net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>typeMatcher() 
 - 
 
- 
- 
Method Detail
- 
methodMatcher
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> methodMatcher()
- Specified by:
 methodMatcherin interfaceru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
 
- 
interceptor
public Class<?> interceptor()
- Specified by:
 interceptorin interfaceru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
 
- 
typeMatcher
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> typeMatcher()
- Specified by:
 typeMatcherin interfaceru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
 
 - 
 
 -