public class PowerMockRuleTestSuiteChunker extends AbstractCommonTestSuiteChunkerImpl
DEFAULT_TEST_LISTENERS_SIZE, INTERNAL_INDEX_NOT_FOUND, NOT_INITIALIZED, testAtDelegateMapper, testClasses
Constructor and Description |
---|
PowerMockRuleTestSuiteChunker(java.lang.Class testClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecuteTestForMethod(java.lang.Class<?> testClass,
java.lang.reflect.Method potentialTestMethod)
Should reflect whether or not this method is eligible for testing.
|
chunkClass, getChunkSize, getMockClassLoaderFactory, getTestChunk, getTestChunks, getTestChunksEntries, registerProxyframework, testMethodAnnotation
public PowerMockRuleTestSuiteChunker(java.lang.Class testClass) throws java.lang.Exception
java.lang.Exception
public boolean shouldExecuteTestForMethod(java.lang.Class<?> testClass, java.lang.reflect.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.