Class PowerMockRuleTestSuiteChunker
java.lang.Object
org.powermock.tests.utils.impl.AbstractCommonTestSuiteChunkerImpl
org.powermock.modules.junit4.rule.PowerMockRuleTestSuiteChunker
- All Implemented Interfaces:
TestSuiteChunker
-
Field Summary
Fields inherited from class AbstractCommonTestSuiteChunkerImpl
NOT_INITIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldExecuteTestForMethod(Class<?> testClass, Method potentialTestMethod) Should reflect whether or not this method is eligible for testing.Methods inherited from class AbstractCommonTestSuiteChunkerImpl
getChunkSize, getTestChunk, getTestChunks, getTestChunksEntries, testMethodAnnotation
-
Constructor Details
-
PowerMockRuleTestSuiteChunker
-
-
Method Details
-
shouldExecuteTestForMethod
Description copied from interface:TestSuiteChunkerShould reflect whether or not this method is eligible for testing.- Parameters:
testClass- The class that defines the method.potentialTestMethod- The method to inspect whether it should be executed in the test suite or not.- Returns:
trueif the method is a test method and should be executed,falseotherwise.
-