Class PowerMockBuilder
java.lang.Object
com.weirddev.testme.intellij.template.context.MockitoMockBuilder
com.weirddev.testme.intellij.template.context.PowerMockBuilder
- All Implemented Interfaces:
MockBuilder
-
Field Summary
Fields inherited from class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
LOGGER_PATTERN, TYPE_TO_ARG_MATCHERS, WRAPPER_TYPES
-
Constructor Summary
ConstructorDescriptionPowerMockBuilder
(boolean isMockitoMockMakerInlineOn, boolean stubMockMethodCallsReturnValues, TestSubjectInspector testSubjectInspector, @Nullable String mockitoCoreVersion, boolean renderInternalMethodCallStubs, FileTemplateCustomization fileTemplateCustomization) -
Method Summary
Methods inherited from class com.weirddev.testme.intellij.template.context.MockitoMockBuilder
buildMockArgsMatchers, getImmockabiliyReason, getInitMocksMethod, getMockitoCoreVersion, hasMockable, hasMocks, hasMocks, isMockable, isMockable, isMockable, isMockExpected, isWrapperType, shouldStub, shouldStub, shouldStub, shouldVerify, shouldVerify
-
Constructor Details
-
PowerMockBuilder
public PowerMockBuilder(boolean isMockitoMockMakerInlineOn, boolean stubMockMethodCallsReturnValues, TestSubjectInspector testSubjectInspector, @Nullable @Nullable String mockitoCoreVersion, boolean renderInternalMethodCallStubs, FileTemplateCustomization fileTemplateCustomization)
-
-
Method Details
-
hasInternalMethodCall
- Parameters:
method
- tested methodtestedClass
- tested class- Returns:
- true if method has class internal method call
-