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 class
VerifyNoInteractionsTransformationParameters.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:
methodMatcher
in interfaceru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
-
interceptor
public Class<?> interceptor()
- Specified by:
interceptor
in interfaceru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
-
typeMatcher
public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> typeMatcher()
- Specified by:
typeMatcher
in interfaceru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
-
-