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, testMethodAnnotationpublic boolean shouldExecuteTestForMethod(Class<?> testClass, Method potentialTestMethod)
TestSuiteChunkertestClass - 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 © 2025. All rights reserved.