Class PowerMockBuilder

java.lang.Object
com.weirddev.testme.intellij.template.context.MockitoMockBuilder
com.weirddev.testme.intellij.template.context.PowerMockBuilder
All Implemented Interfaces:
MockBuilder

public class PowerMockBuilder extends MockitoMockBuilder
  • Constructor Details

    • PowerMockBuilder

      public PowerMockBuilder(boolean isMockitoMockMakerInlineOn, boolean stubMockMethodCallsReturnValues, TestSubjectInspector testSubjectInspector, @Nullable @Nullable String mockitoCoreVersion, boolean renderInternalMethodCallStubs, FileTemplateCustomization fileTemplateCustomization)
  • Method Details

    • hasInternalMethodCall

      public boolean hasInternalMethodCall(Method method, Type testedClass)
      Parameters:
      method - tested method
      testedClass - tested class
      Returns:
      true if method has class internal method call