public class PowerMockRuleTestSuiteChunker extends AbstractCommonTestSuiteChunkerImpl
NOT_INITIALIZED
Constructor and Description |
---|
PowerMockRuleTestSuiteChunker(Class testClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecuteTestForMethod(Class<?> testClass,
Method potentialTestMethod)
Should reflect whether or not this method is eligible for testing.
|
getChunkSize, getTestChunk, getTestChunks, getTestChunksEntries, testMethodAnnotation
public boolean shouldExecuteTestForMethod(Class<?> testClass, Method potentialTestMethod)
TestSuiteChunker
testClass
- The class that defines the method.potentialTestMethod
- The method to inspect whether it should be executed in the
test suite or not.true
if the method is a test method and should be
executed, false
otherwise.Copyright © 2019. All rights reserved.